projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e19b54
)
Two more delays added to test suite to help *-solaris-thread.
Malcolm Beattie [Fri, 14 Nov 1997 15:07:19 +0000 (15:07 +0000)]
p4raw-id: //depot/perl@252
t/io/pipe.t
patch
|
blob
|
blame
|
history
t/lib/io_pipe.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/pipe.t
b/t/io/pipe.t
index
ac14981
..
efeda80
100755
(executable)
--- a/
t/io/pipe.t
+++ b/
t/io/pipe.t
@@
-62,7
+62,7
@@
sub broken_pipe {
print WRITER "not ok 7\n";
close WRITER;
-
+sleep 1;
print "ok 8\n";
# VMS doesn't like spawning subprocesses that are still connected to
diff --git
a/t/lib/io_pipe.t
b/t/lib/io_pipe.t
index
eee3741
..
e1c48b6
100755
(executable)
--- a/
t/lib/io_pipe.t
+++ b/
t/lib/io_pipe.t
@@
-104,6
+104,7
@@
sub broken_pipe {
print $pipe "not ok 9\n";
$pipe->close;
+sleep 1;
print "ok 10\n";