From: Ilya Zakharevich Date: Thu, 10 Oct 1996 02:30:38 +0000 (-0400) Subject: perl 5.003_07: t/lib/io_pipe.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a200e1b073bb063f06b3f44c2c596ce14d3211a;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_07: t/lib/io_pipe.t Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) From: Ilya Zakharevich Better error message on dying. --- diff --git a/t/lib/io_pipe.t b/t/lib/io_pipe.t index 225d04b..6f9d30c 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;