summaryrefslogtreecommitdiff
path: root/tests/misc/join
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/join')
-rwxr-xr-xtests/misc/join6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/misc/join b/tests/misc/join
index 5086ee75e..eae3f18a8 100755
--- a/tests/misc/join
+++ b/tests/misc/join
@@ -209,7 +209,11 @@ my @tv = (
# Before 6.10.143, this would mistakenly fail with the diagnostic:
# join: File 1 is not in sorted order
-['chkodr-7', '-12', ["2 a\n1 b\n", ""], "", 0],
+['chkodr-7', '-12', ["2 a\n1 b\n", "2 c\n1 d"], "", 0],
+
+# After 8.9, join doesn't report disorder by default
+# when comparing against an empty input file.
+['chkodr-8', '', ["2 a\n1 b\n", ""], "", 0],
# Test '--header' feature
['header-1', '--header',