Embed.t flushing problem
Craig A. Berry [Sun, 4 May 2003 16:25:38 +0000 (11:25 -0500)]
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EB58552.2070207@mac.com>

p4raw-id: //depot/perl@19415

lib/ExtUtils/t/Embed.t

index 682ca53..fc0ed3c 100644 (file)
@@ -151,7 +151,7 @@ __END__
 
 #define my_puts(a) if(puts(a) < 0) exit(666)
 
-static char *cmds[] = { "perl","-e", "print qq[ok 5\\n]", NULL };
+static char *cmds[] = { "perl","-e", "$|=1; print qq[ok 5\\n]", NULL };
 
 int main(int argc, char **argv, char **env)
 {