1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Fix tests

This commit is contained in:
electricboogie 2021-04-25 12:38:43 -05:00
parent 094d9a9e47
commit f0a473f40e
3 changed files with 49 additions and 23 deletions

View file

@ -33,7 +33,8 @@ fn test_helper(file_name: &str, args: &str) {
fn test_larger_than_specified_segment() {
new_ucmd!()
.arg("-n")
.arg("-S 50M")
.arg("-S")
.arg("50K")
.arg("ext_sort.txt")
.succeeds()
.stdout_is_fixture(format!("{}", "ext_sort.expected"));