X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;fp=test%2Fbin%2Fbomb.pl;h=974a4bc1ddfc12eb6cb78e598dcfda18239d8f7b;hb=7a06e9e971a22f99930bc8ec817737dd11906095;hp=94f5c8d08135263cd299499c0ccf191f92050a25;hpb=08cbdd9d02c9610f648d6aaf7485de22c45b6abe;p=mkws-moved-to-github.git diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 94f5c8d..974a4bc 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: ?='$?', !='$!', ^E='$^E', ?='$?'"; + or die "system('@system') failed: ?='$?', !='$!', ^E='$^E'"; 1;