From b81692a8a93504982757bd8187a165635e52fec1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 1 Jan 1996 23:55:02 +0000 Subject: Correct 14a per manual. --- tests/sort/test.data.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -("14a", '-d -u', "mal\nmal-\nmala\n", "mal-\nmala\n", 0); +("14a", '-d -u', "mal\nmal-\nmala\n", "mal\nmala\n", 0); -- cgit v1.2.3-54-g00ecf