diff options
author | Ilya Zakharevich <ilya@math.ohio-state.edu> | 1996-10-09 22:30:38 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-10-09 22:30:38 -0400 |
commit | 9a200e1b073bb063f06b3f44c2c596ce14d3211a (patch) | |
tree | ab78196eb51b7e0e1fefc3f73ff4ec5f5e689169 /t/lib/io_pipe.t | |
parent | 053b5721b2dcbead7dbf8d1629e6a9eeaf4b09ae (diff) | |
download | perl-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.
Diffstat (limited to 't/lib/io_pipe.t')
-rwxr-xr-x | t/lib/io_pipe.t | 2 |
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; |