diff options
author | Craig A. Berry <craigberry@mac.com> | 2003-05-04 11:25:38 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-05 04:58:39 +0000 |
commit | 9ac9d38683a830b1bc1c0e8c4b81a5d3144cbff0 (patch) | |
tree | c6a0cc2c15e423cc37839ef843d5ff665769b0bb /lib | |
parent | 59e51af5496a55191ce0292f9b74dfab361d7fd4 (diff) | |
download | perl-9ac9d38683a830b1bc1c0e8c4b81a5d3144cbff0.tar.gz |
Embed.t flushing problem
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EB58552.2070207@mac.com>
p4raw-id: //depot/perl@19415
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/t/Embed.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t index 682ca53963..fc0ed3cbc1 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) { |