diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-27 07:59:58 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-27 07:59:58 +0100 |
commit | da9d679792344414c2d670008c6c80fffbb2e4b0 (patch) | |
tree | 8a2f49c2361c41795b677f3985e6e9ec847f0f54 /t/TEST | |
parent | deae7ad8da4c9f98bf5d8904f0cd08a1948f1107 (diff) | |
download | perl-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-x | t/TEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |