mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Merge pull request #5689 from tertsdiepraam/fmt
`test/sort`: run cargo fmt
This commit is contained in:
commit
d305ccde4e
1 changed files with 1 additions and 4 deletions
|
@ -1184,8 +1184,5 @@ fn test_same_sort_mode_twice() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_args_override() {
|
fn test_args_override() {
|
||||||
new_ucmd!()
|
new_ucmd!().args(&["-f", "-f"]).pipe_in("foo").succeeds();
|
||||||
.args(&["-f", "-f"])
|
|
||||||
.pipe_in("foo")
|
|
||||||
.succeeds();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue