Unbuffer the output.
Yitzchak Scott-Thoennes [Thu, 17 Aug 2000 18:39:29 +0000 (11:39 -0700)]
Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
Message-ID: <RPJn5gzkgydf092yn@efn.org>

p4raw-id: //depot/perl@6693

t/op/fork.t

index beb64f9..7c2add9 100755 (executable)
@@ -375,6 +375,7 @@ EXPECT
 pipe_from_fork
 pipe_to_fork
 ########
+$|=1;
 if ($pid = fork()) {
     print "forked first kid\n";
     print "waitpid() returned ok\n" if waitpid($pid,0) == $pid;