projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
053b572
)
perl 5.003_07: t/lib/io_pipe.t
Ilya Zakharevich [Thu, 10 Oct 1996 02:30:38 +0000 (22:30 -0400)]
Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT)
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Better error message on dying.
t/lib/io_pipe.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/io_pipe.t
b/t/lib/io_pipe.t
index
225d04b
..
6f9d30c
100755
(executable)
--- a/
t/lib/io_pipe.t
+++ b/
t/lib/io_pipe.t
@@
-35,7
+35,7
@@
elsif(defined $pid)
}
else
{
- die;
+ die "# error = $!";
}
$pipe = new IO::Pipe;