diff options
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-x | t/op/lex_assign.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index b5c471a5a0..0f658694dd 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -4,6 +4,7 @@ BEGIN { chdir 't' if -d 't'; unshift @INC, '../lib'; } +$ENV{PERL_DESTRUCT_LEVEL} = 0 unless $ENV{PERL_DESTRUCT_LEVEL} > 3; umask 0; $xref = \ ""; |