mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
test(sort): options -C and -c should be mutually exclusive but aren't
This commit is contained in:
parent
c4ffeea320
commit
f394a20d9a
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue