From: Wolfram Schneider Date: Wed, 8 Jul 2015 08:51:20 +0000 (+0200) Subject: remove duplicated error message X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=98457ab3cf897e1e91a8cab2c01a3413d6c0c6ac;p=mkws-moved-to-github.git remove duplicated error message --- diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 7e9ab0a..a2aedff 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -70,6 +70,6 @@ $SIG{INT} = "IGNORE"; alarm($timeout); system(@system) == 0 - or die "system('@system') failed: ?='$?', !='$!', ^E='$^E'\n"; + or die "system('@system') failed: ?='$?', !='$!'\n"; 1;