]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(f-pipe-1): Renamed from f-1.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 23:50:46 +0000 (23:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 23:50:46 +0000 (23:50 +0000)
(test_vector): Set POSIXLY_CORRECT for the f-pipe-* tests.

tests/tail/Test.pm

index 354b4f9c12bdf3b1ad7067ecd7384b4d1b4085b9..ee5fca05531d49407da767135272805665635b45 100755 (executable)
@@ -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