This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TEST
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 09:33:21 +0000 (09:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 09:33:21 +0000 (09:33 +0000)
t/TEST

diff --git a/t/TEST b/t/TEST
index afe7f49..3df0d7d 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -132,8 +132,6 @@ our $show_elapsed_time = $ENV{HARNESS_TIMER} || 0;
     @ARGV = @argv;
 }
 
-$ENV{PERL_CORE_MINITEST} = 1 unless defined &DynaLoader::boot_DynaLoader;
-
 chdir 't' if -f 't/TEST';
 if (-f 'TEST' && -f 'harness' && -d '../lib') {
     @INC = '../lib';