summaryrefslogtreecommitdiff
path: root/tests/sort/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-27 04:53:31 +0000
committerJim Meyering <jim@meyering.net>1998-04-27 04:53:31 +0000
commitbd1eee031525fc77c0ae8d277d8924585e07876f (patch)
tree29172539092d18af806ac0eb169df202c125dfba /tests/sort/Test.pm
parent72f7eb4e63e91d88f18ed5fe31921213775356db (diff)
downloadcoreutils-bd1eee031525fc77c0ae8d277d8924585e07876f.tar.xz
add 22b
Diffstat (limited to 'tests/sort/Test.pm')
-rwxr-xr-xtests/sort/Test.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm
index 8059a01f6..be3332f92 100755
--- a/tests/sort/Test.pm
+++ b/tests/sort/Test.pm
@@ -196,6 +196,7 @@ my @tv = (
# This test failed until 1.22f. From Zvi Har'El.
["22a", '-k 2,2fd -k 1,1r', "3 b\n4 B\n", "4 B\n3 b\n", 0],
+["22b", '-k 2,2d -k 1,1r', "3 b\n4 b\n", "4 b\n3 b\n", 0],
);