From 2d33a9301bf506d906cc9311f058efadff501806 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jul 2006 23:50:46 +0000 Subject: (f-pipe-1): Renamed from f-1. (test_vector): Set POSIXLY_CORRECT for the f-pipe-* tests. --- tests/tail/Test.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/tail') diff --git a/tests/tail/Test.pm b/tests/tail/Test.pm index 354b4f9c1..ee5fca055 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 -- cgit v1.2.3-54-g00ecf