From: Paul Eggert Date: Sat, 1 Jul 2006 23:50:46 +0000 (+0000) Subject: (f-pipe-1): Renamed from f-1. X-Git-Tag: v6.0~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d33a9301bf506d906cc9311f058efadff501806;p=thirdparty%2Fcoreutils.git (f-pipe-1): Renamed from f-1. (test_vector): Set POSIXLY_CORRECT for the f-pipe-* tests. --- diff --git a/tests/tail/Test.pm b/tests/tail/Test.pm index 354b4f9c12..ee5fca0553 100755 --- a/tests/tail/Test.pm +++ b/tests/tail/Test.pm @@ -77,8 +77,7 @@ my @tv = ( ['n-5b', '-n 0', "y\n" x 5, '', 0], # With textutils-1.22, this failed. -['f-1', '-f -n 1', "a\nb\n", "b\n", 0], -#['f-2', '-f -n 1 -', "a\nb\n", "b\n", 0], +['f-pipe-1', '-f -n 1', "a\nb\n", "b\n", 0], ); sub test_vector @@ -96,6 +95,10 @@ sub test_vector { $Test::env{$test_name} = ['_POSIX2_VERSION=200112']; } + if ($test_name =~ /^f-pipe-/) + { + $Test::env{$test_name} = ['POSIXLY_CORRECT=1']; + } # If you run the minus* tests with a FILE arg they'd hang. # If you run the err-1 or err-3 tests with a FILE, they'd misinterpret