1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

sort: fix ignore-leading-blanks long option

This commit is contained in:
Michael Debertol 2021-06-10 22:49:17 +02:00
parent fb035aa049
commit b8d4411291
2 changed files with 14 additions and 12 deletions

View file

@ -794,7 +794,7 @@ fn test_nonexistent_file() {
#[test]
fn test_blanks() {
test_helper("blanks", &["-b", "--ignore-blanks"]);
test_helper("blanks", &["-b", "--ignore-leading-blanks"]);
}
#[test]