From: H.Merijn Brand Date: Sun, 20 Nov 2005 14:36:00 +0000 (+0100) Subject: Thread failures on AIX (and others) caused by interleaved output X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5769096374a9658adfca59be4bba59ad77acf00b;p=p5sagit%2Fp5-mst-13.2.git 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" Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl> p4raw-id: //depot/perl@26183 --- diff --git a/t/op/threads.t b/t/op/threads.t index 99e2e5d..7fecba1 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;