summaryrefslogtreecommitdiff
path: root/t/op/threads.t
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-11-20 15:36:00 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-11-21 14:11:28 +0000
commit5769096374a9658adfca59be4bba59ad77acf00b (patch)
tree773920a16a8dde5dcc2abb955e8936859f9e4d33 /t/op/threads.t
parenta5929ff3b853e58228aef2c6033d60fcf6e179d4 (diff)
downloadperl-5769096374a9658adfca59be4bba59ad77acf00b.tar.gz
Thread failures on AIX (and others) caused by interleaved output
Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu) From: "H.Merijn Brand" <h.m.brand@xs4all.nl> Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl> p4raw-id: //depot/perl@26183
Diffstat (limited to 't/op/threads.t')
-rw-r--r--t/op/threads.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/threads.t b/t/op/threads.t
index 99e2e5d9d4..7fecba13a6 100644
--- a/t/op/threads.t
+++ b/t/op/threads.t
@@ -3,6 +3,7 @@ BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require './test.pl'; # for which_perl() etc
+ $| = 1;
}
use strict;