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