diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sort/test.data.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/test.data.pl b/tests/sort/test.data.pl index 6bd38fd51..fe8228762 100755 --- a/tests/sort/test.data.pl +++ b/tests/sort/test.data.pl @@ -102,4 +102,4 @@ ("13b", '+0.1n', "b-1\naxx\n", "b-1\naxx\n", 0); # # From Carl Johnson <carlj@cjlinux.home.org> -("14a", '-d -u', "mal\nmal-\nmala\n", "mal-\nmala\n", 0); +("14a", '-d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0); |