summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-14 15:07:19 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-14 15:07:19 +0000
commit3d57aefb538705242f5ab4c3d9d854139b302aba (patch)
tree98031ef601d29d127483b4d1a9dc703bbc4e70b9
parent8e19b54af507c5ab27542aecc414a80a5ab67428 (diff)
downloadperl-3d57aefb538705242f5ab4c3d9d854139b302aba.tar.gz
Two more delays added to test suite to help *-solaris-thread.
p4raw-id: //depot/perl@252
-rwxr-xr-xt/io/pipe.t2
-rwxr-xr-xt/lib/io_pipe.t1
2 files changed, 2 insertions, 1 deletions
diff --git a/t/io/pipe.t b/t/io/pipe.t
index ac149810ec..efeda80551 100755
--- 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 eee374149c..e1c48b6a7e 100755
--- 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";