diff options
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |