This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e51af
)
Embed.t flushing problem
author
Craig A. Berry
<craigberry@mac.com>
Sun, 4 May 2003 16:25:38 +0000
(11:25 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 5 May 2003 04:58:39 +0000
(
04:58
+0000)
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
3EB58552
.2070207@mac.com>
p4raw-id: //depot/perl@19415
lib/ExtUtils/t/Embed.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/t/Embed.t
b/lib/ExtUtils/t/Embed.t
index
682ca53
..
fc0ed3c
100644
(file)
--- 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)
{