summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-27 07:59:58 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-27 07:59:58 +0100
commitda9d679792344414c2d670008c6c80fffbb2e4b0 (patch)
tree8a2f49c2361c41795b677f3985e6e9ec847f0f54 /t/TEST
parentdeae7ad8da4c9f98bf5d8904f0cd08a1948f1107 (diff)
downloadperl-da9d679792344414c2d670008c6c80fffbb2e4b0.tar.gz
Remove IPC::SysV from the list of PERL_CORE=1 testing exceptions.
One of its tests was forcibly setting @INC when $ENV{PERL_CORE} is true. That's not just unnecessary now, it's actively counter-productive, because tests in @ext are running from their extension's directory, not the core's t directory.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 0ee0dd27b6..04355f491f 100755
--- a/t/TEST
+++ b/t/TEST
@@ -36,7 +36,6 @@ my %temp_no_core =
'../cpan/Devel-PPPort' => 1,
'../cpan/Getopt-Long' => 1,
'../ext/IO-Compress' => 1,
- '../cpan/IPC-SysV' => 1,
'../ext/Math-BigInt' => 1,
'../ext/Math-BigRat' => 1,
'../ext/MIME-Base64' => 1,