mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 03:26:18 +00:00
parent
c20f009da4
commit
a6ba81db20
2 changed files with 9 additions and 0 deletions
|
@ -1181,3 +1181,11 @@ fn test_tmp_files_deleted_on_sigint() {
|
|||
fn test_same_sort_mode_twice() {
|
||||
new_ucmd!().args(&["-k", "2n,2n", "empty.txt"]).succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_args_override() {
|
||||
new_ucmd!()
|
||||
.args(&["-f", "-f"])
|
||||
.pipe_in("foo")
|
||||
.succeeds();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue