mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
refactor/polish ~ cargo make format
This commit is contained in:
parent
2ff46a78b1
commit
1faa9eebab
1 changed files with 1 additions and 6 deletions
|
@ -844,12 +844,7 @@ fn test_compress_fail() {
|
||||||
#[test]
|
#[test]
|
||||||
fn test_merge_batches() {
|
fn test_merge_batches() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&[
|
.args(&["ext_sort.txt", "-n", "-S", "150B"])
|
||||||
"ext_sort.txt",
|
|
||||||
"-n",
|
|
||||||
"-S",
|
|
||||||
"150B",
|
|
||||||
])
|
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_only_fixture("ext_sort.expected");
|
.stdout_only_fixture("ext_sort.expected");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue