Autoflush in tests as appropriate
[p5sagit/p5-mst-13.2.git] / t / op / taint.t
index 2958a37..8ff566e 100755 (executable)
@@ -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 };