1
Fork 0
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:
Roy Ivy III 2021-06-06 19:24:04 -05:00
parent 2ff46a78b1
commit 1faa9eebab

View file

@ -844,12 +844,7 @@ fn test_compress_fail() {
#[test]
fn test_merge_batches() {
new_ucmd!()
.args(&[
"ext_sort.txt",
"-n",
"-S",
"150B",
])
.args(&["ext_sort.txt", "-n", "-S", "150B"])
.succeeds()
.stdout_only_fixture("ext_sort.expected");
}