summaryrefslogtreecommitdiff
path: root/tests/tail/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail/Test.pm')
-rwxr-xr-xtests/tail/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tail/Test.pm b/tests/tail/Test.pm
index e40bbbaf4..c4e15422d 100755
--- a/tests/tail/Test.pm
+++ b/tests/tail/Test.pm
@@ -78,6 +78,9 @@ sub test_vector
{
my ($test_name, $flags, $in, $exp, $ret) = @$t;
+ $test_name =~ /^(obs|err-[134])/
+ and $Test::env{$test_name} = ['_POSIX2_VERSION=199209'];
+
# If you run the minus* tests with a FILE arg they'd hang.
if ($test_name =~ /^minus/)
{