From: Craig A. Berry Date: Sun, 4 May 2003 16:25:38 +0000 (-0500) Subject: Embed.t flushing problem X-Git-Tag: accepted/trunk/20130322.191538~24277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ac9d38683a830b1bc1c0e8c4b81a5d3144cbff0;p=platform%2Fupstream%2Fperl.git Embed.t flushing problem From: "Craig A. Berry" Message-ID: <3EB58552.2070207@mac.com> p4raw-id: //depot/perl@19415 --- diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t index 682ca53..fc0ed3c 100644 --- a/lib/ExtUtils/t/Embed.t +++ b/lib/ExtUtils/t/Embed.t @@ -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) {