mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
test(sort): options -C and -c should be mutually exclusive but aren't
This commit is contained in:
committed by
Daniel Hofstetter
parent
c4ffeea320
commit
f394a20d9a
@@ -1324,3 +1324,8 @@ fn test_human_blocks_r_and_q() {
|
||||
.succeeds()
|
||||
.stdout_is(output);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_args_check_conflict() {
|
||||
new_ucmd!().arg("-c").arg("-C").fails();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user