summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1996-10-09 22:30:38 -0400
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-10-09 22:30:38 -0400
commit9a200e1b073bb063f06b3f44c2c596ce14d3211a (patch)
treeab78196eb51b7e0e1fefc3f73ff4ec5f5e689169
parent053b5721b2dcbead7dbf8d1629e6a9eeaf4b09ae (diff)
downloadperl-9a200e1b073bb063f06b3f44c2c596ce14d3211a.tar.gz
perl 5.003_07: t/lib/io_pipe.t
Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Better error message on dying.
-rwxr-xr-xt/lib/io_pipe.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/io_pipe.t b/t/lib/io_pipe.t
index 225d04b46a..6f9d30c82f 100755
--- 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;