X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Flex_assign.t;h=c6c424d26e08d7dc55b2a9f9622a17d633048e7a;hb=21fa6956243df9cb622bebfa0934ea7923519b4f;hp=ee74d93478a253b5394c3d7ed7327de82d533f84;hpb=3918450e8e703955615e7c0d1b072415454ce41b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index ee74d93..c6c424d 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -4,11 +4,11 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; } -$ENV{PERL_DESTRUCT_LEVEL} = 0 unless $ENV{PERL_DESTRUCT_LEVEL} > 3; +$| = 1; umask 0; $xref = \ ""; -$runme = ($^O eq 'VMS' ? 'MCR ' : '') . $^X; +$runme = $^X; @a = (1..5); %h = (1..6); $aref = \@a; @@ -265,7 +265,7 @@ open BLAH, "