summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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],
);