From 9ac9d38683a830b1bc1c0e8c4b81a5d3144cbff0 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sun, 4 May 2003 11:25:38 -0500 Subject: [PATCH] Embed.t flushing problem From: "Craig A. Berry" Message-ID: <3EB58552.2070207@mac.com> p4raw-id: //depot/perl@19415 --- lib/ExtUtils/t/Embed.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4