3
0
forked from pool/coreutils

Accepting request 210654 from Base:System

Avoid false sort test failure (coreutils-i18n.patch):
As for the C locale, skip the multi-byte test case
'output-is-input-mb.p'. (forwarded request 210653 from bernhard-voelker)

OBS-URL: https://build.opensuse.org/request/show/210654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=97
This commit is contained in:
Stephan Kulow 2013-12-13 10:56:24 +00:00 committed by Git OBS Bridge
commit 61abeda570
3 changed files with 22 additions and 0 deletions

View File

@ -4476,6 +4476,14 @@ Index: tests/misc/sort.pl
@Tests = triple_test \@Tests;
# Remember that triple_test creates from each test with exactly one "IN"
@@ -424,6 +460,7 @@ foreach my $t (@Tests)
# Remove the IN_PIPE version of the "output-is-input" test above.
# The others aren't susceptible because they have three inputs each.
@Tests = grep {$_->[0] ne 'output-is-input.p'} @Tests;
+@Tests = grep {$_->[0] ne 'output-is-input-mb.p'} @Tests;
my $save_temps = $ENV{DEBUG};
my $verbose = $ENV{VERBOSE};
Index: tests/misc/unexpand.pl
===================================================================
--- tests/misc/unexpand.pl.orig

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 11 20:22:47 UTC 2013 - mail@bernhard-voelker.de
- Avoid false sort test failure (coreutils-i18n.patch):
As for the C locale, skip the multi-byte test case
'output-is-input-mb.p'.
-------------------------------------------------------------------
Sat Dec 7 19:15:40 UTC 2013 - schwab@linux-m68k.org

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 11 20:22:47 UTC 2013 - mail@bernhard-voelker.de
- Avoid false sort test failure (coreutils-i18n.patch):
As for the C locale, skip the multi-byte test case
'output-is-input-mb.p'.
-------------------------------------------------------------------
Sat Dec 7 19:15:40 UTC 2013 - schwab@linux-m68k.org