summaryrefslogtreecommitdiff
path: root/t/op/lex_assign.t
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2001-05-01 21:05:31 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-01 18:26:54 +0000
commit0ecd3ba2f9cc10124e1b1548816d989cfc59a802 (patch)
treef77cee72385758f49eae17c3451882638bce3cf0 /t/op/lex_assign.t
parent773aa8252ebd1aaabb7a2a381cdf80a51028c270 (diff)
downloadperl-0ecd3ba2f9cc10124e1b1548816d989cfc59a802.tar.gz
Autoflush in tests as appropriate
Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@9932
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-xt/op/lex_assign.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t
index d761f73ce7..fb9fe4e95c 100755
--- a/t/op/lex_assign.t
+++ b/t/op/lex_assign.t
@@ -5,6 +5,7 @@ BEGIN {
@INC = '../lib';
}
+$| = 1;
umask 0;
$xref = \ "";
$runme = ($^O eq 'VMS' ? 'MCR ' : '') . $^X;