From dd7e9b194e40d8341bf03b02d89ddad64cd33d6d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Jul 1999 07:34:52 +0000 Subject: *** empty log message *** --- tests/join/Test.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/join/Test.pm') 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], + ); -- cgit v1.2.3-54-g00ecf