summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-01 23:55:02 +0000
committerJim Meyering <jim@meyering.net>1996-01-01 23:55:02 +0000
commitb81692a8a93504982757bd8187a165635e52fec1 (patch)
tree3d461dc7d8c06303dbc9ab6c3bbdb6ac9560e35f /tests
parentdfa0cede725b3de9783918e3581095bd61369ad5 (diff)
downloadcoreutils-b81692a8a93504982757bd8187a165635e52fec1.tar.xz
Correct 14a per manual.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/sort/test.data.pl2
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);