mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
tests/chmod: change normal error to usage error
This commit is contained in:
parent
670ed6324b
commit
fed596a23b
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ fn test_no_operands() {
|
|||
.arg("777")
|
||||
.fails()
|
||||
.code_is(1)
|
||||
.stderr_is("chmod: missing operand");
|
||||
.usage_error("missing operand");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue