mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
fix test_runcon::invalid stdout
This commit is contained in:
parent
117fea23ba
commit
2b294bb368
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fn invalid() {
|
|||
"unconfined_u:unconfined_r:unconfined_t:s0",
|
||||
"inexistent-file",
|
||||
];
|
||||
new_ucmd!().args(args).fails_with_code(1);
|
||||
new_ucmd!().args(args).fails_with_code(127);
|
||||
|
||||
let args = &["invalid", "/bin/true"];
|
||||
new_ucmd!().args(args).fails_with_code(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue