summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-08 09:33:21 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-08 09:33:21 +0000
commit4692e667eb5fcc19306bd345ec7d08f52a1157c6 (patch)
treec2a84999e2a502372d23ee02cc7d11cc7ee725da /t
parent25b9bd9868cc1edb89e7ef62cd55eb0d7160791a (diff)
downloadperl-4692e667eb5fcc19306bd345ec7d08f52a1157c6.tar.gz
Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TEST
Diffstat (limited to 't')
-rwxr-xr-xt/TEST2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index afe7f494f5..3df0d7d044 100755
--- 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';