X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;fp=test%2Fbin%2Fbomb.pl;h=6e1ae1eb112edc6a5e973f0d560f824800aeadd9;hb=69ec59f4c2747405a9d06f9a780133f3f90dda89;hp=b91f0499c68337651af9dce0788fb3598de68916;hpb=c07acf628bd0580ed707eeb58db77de5d41e3ca2;p=mkws-moved-to-github.git diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index b91f049..6e1ae1e 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -66,7 +66,7 @@ $SIG{INT} = "IGNORE"; alarm($timeout); system(@system) == 0 - or die "system @system failed: $?"; + or die "system('@system') failed: ?='$?', !='$!', ^E='$^E', ?='$?'"; 1;