forked from pool/coreutils
Accepting request 210653 from home:bernhard-voelker:branches: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'. OBS-URL: https://build.opensuse.org/request/show/210653 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=213
This commit is contained in:
parent
c9fcf39fbd
commit
a2858c46c8
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user