Remove the $ENV{PERL_CORE} boilerplate from Storable's tests.
[p5sagit/p5-mst-13.2.git] / t / harness
index 11c1741..17a6ffb 100644 (file)
--- a/t/harness
+++ b/t/harness
@@ -8,8 +8,6 @@ BEGIN {
     @INC = '../lib';              # pick up only this build's lib
 }
 
-delete $ENV{PERL5LIB};
-
 my $torture; # torture testing?
 
 use TAP::Harness 3.13;
@@ -208,6 +206,7 @@ my $h = TAP::Harness->new({
     color       => $color,
     jobs        => $jobs,
     verbosity   => $Verbose,
+    exec        => \&_run_test,
 });
 
 if ($state) {