1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

For tests matching /^(obs|err-[134])/,

put _POSIX2_VERSION=199209 in the environment, so the tests succeed
even when the environment would have contained _POSIX2_VERSION=200112.
This commit is contained in:
Jim Meyering
2002-02-18 12:35:00 +00:00
parent 42eb22a775
commit ebf1beaf96

View File

@@ -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/)
{