mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests/sort: fix flag for human numeric test
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user