mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
env: handle -
correctly again
This commit is contained in:
parent
d6753d8914
commit
b0c200e831
2 changed files with 7 additions and 3 deletions
|
@ -120,8 +120,8 @@ fn test_multiple_name_value_pairs() {
|
|||
fn test_ignore_environment() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
|
||||
scene.ucmd().arg("-i").run().no_stdout();
|
||||
scene.ucmd().arg("-").run().no_stdout();
|
||||
scene.ucmd().arg("-i").succeeds().no_stdout();
|
||||
scene.ucmd().arg("-").succeeds().no_stdout();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue