mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
tests/sort: fix flag for human numeric test
This commit is contained in:
parent
55c0b1786f
commit
faedb2dd2e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn numeric6() {
|
|||
|
||||
#[test]
|
||||
fn human1() {
|
||||
test_helper(&String::from("human1"), &String::from("-H"));
|
||||
test_helper(&String::from("human1"), &String::from("-h"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue