Autoflush in tests as appropriate
[p5sagit/p5-mst-13.2.git] / t / op / die_exit.t
index a389946..f758f9c 100755 (executable)
@@ -15,6 +15,8 @@ if ($^O eq 'mpeix') {
     exit 0;
 }
 
+$| = 1;
+
 my $perl = -e '../perl' ? '../perl' : -e './perl' ? './perl' : 'perl';
 
 use strict;