mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix test_runcon::invalid stdout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user