summaryrefslogtreecommitdiff
path: root/tests/join/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-10 07:34:52 +0000
committerJim Meyering <jim@meyering.net>1999-07-10 07:34:52 +0000
commitdd7e9b194e40d8341bf03b02d89ddad64cd33d6d (patch)
tree69e978d64979fe432c8fd838132f74cee21d4d52 /tests/join/Test.pm
parent40c0f1464867dd8d94a46020d8c0631aaa449b66 (diff)
downloadcoreutils-dd7e9b194e40d8341bf03b02d89ddad64cd33d6d.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/join/Test.pm')
-rw-r--r--tests/join/Test.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/join/Test.pm b/tests/join/Test.pm
index 9e73acfff..563f431c3 100644
--- a/tests/join/Test.pm
+++ b/tests/join/Test.pm
@@ -98,6 +98,13 @@ my @tv = (
# From Paul Eggert: fixed in 1.22n
['sp-vs-blank', '', ["\f 1\n", "\f 2\n"], "\f 1 2\n", 0],
+# From Paul Eggert: fixed in 1.22n (this would fail on Solaris7,
+# with LC_ALL set to en_US).
+# Unfortunately, that Solaris7's en_US local folds case (making
+# the first input file sorted) is not portable, so this test would
+# fail on e.g. Linux systems, because the input to join isn't sorted.
+# ['lc-collate', '', ["a 1a\nB 1B\n", "B 2B\n"], "B 1B 2B\n", 0],
+
);