diff options
author | Mike Guy <mjtg@cam.ac.uk> | 2001-05-01 21:05:31 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-01 18:26:54 +0000 |
commit | 0ecd3ba2f9cc10124e1b1548816d989cfc59a802 (patch) | |
tree | f77cee72385758f49eae17c3451882638bce3cf0 /t/op/taint.t | |
parent | 773aa8252ebd1aaabb7a2a381cdf80a51028c270 (diff) | |
download | perl-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/taint.t')
-rwxr-xr-x | t/op/taint.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/taint.t b/t/op/taint.t index 2958a37b87..8ff566e7f6 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -15,6 +15,8 @@ BEGIN { use strict; use Config; +$| = 1; + # We do not want the whole taint.t to fail # just because Errno possibly failing. eval { require Errno; import Errno }; |