From 9a200e1b073bb063f06b3f44c2c596ce14d3211a Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Wed, 9 Oct 1996 22:30:38 -0400 Subject: [PATCH] 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. --- t/lib/io_pipe.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4