Thread failures on AIX (and others) caused by interleaved output
H.Merijn Brand [Sun, 20 Nov 2005 14:36:00 +0000 (15:36 +0100)]
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

t/op/threads.t

index 99e2e5d..7fecba1 100644 (file)
@@ -3,6 +3,7 @@ BEGIN {
      chdir 't' if -d 't';
      @INC = '../lib';
      require './test.pl';      # for which_perl() etc
+     $| = 1;
 }
 
 use strict;