summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index a302e66a2f..05ee168265 100755
--- a/t/TEST
+++ b/t/TEST
@@ -17,7 +17,7 @@ chdir 't' if -f 't/TEST';
die "You need to run \"make test\" first to set things up.\n"
unless -e 'perl' or -e 'perl.exe';
-#$ENV{PERL_DESTRUCT_LEVEL} = '2';
+$ENV{PERL_DESTRUCT_LEVEL} = 2; # check leakage for embedders
$ENV{EMXSHELL} = 'sh'; # For OS/2
if ($#ARGV == -1) {