Adjust the patch

This commit is contained in:
Ondřej Vašík 2014-01-08 14:55:05 +01:00
parent dc1142233b
commit 02d5a162e7
1 changed files with 1 additions and 1 deletions

View File

@ -4553,7 +4553,7 @@ diff -urNp coreutils-8.22-orig/tests/misc/uniq.pl coreutils-8.22/tests/misc/uniq
# When possible, create a "-z"-testing variant of each test.
sub add_z_variants($)
{
@@ -261,6 +269,45 @@ foreach my $t (@Tests)
@@ -261,6 +269,53 @@ foreach my $t (@Tests)
and push @$t, {ENV=>'_POSIX2_VERSION=199209'};
}