mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Fix tests
This commit is contained in:
parent
094d9a9e47
commit
f0a473f40e
3 changed files with 49 additions and 23 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue