summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/TestInit.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm
index f33ee1294b..b90e150e56 100644
--- a/t/TestInit.pm
+++ b/t/TestInit.pm
@@ -17,6 +17,7 @@ package TestInit;
chdir 't' if -d 't';
@INC = '../lib';
+$ENV{PERL_CORE} = 1;
$0 =~ s/\.dp$//; # for the test.deparse make target
1;