tests/chmod: change normal error to usage error

This commit is contained in:
Thomas Queiroz
2021-11-12 19:07:37 -03:00
parent 670ed6324b
commit fed596a23b
+1 -1
View File
@@ -541,7 +541,7 @@ fn test_no_operands() {
.arg("777")
.fails()
.code_is(1)
.stderr_is("chmod: missing operand");
.usage_error("missing operand");
}
#[test]