X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fbin%2Fbomb.pl;h=94c14cde87b63a8d2dcb22665528fb304095955c;hb=a4b84ad26f64fd8aeb3d2db408585291c1b26d48;hp=94f5c8d08135263cd299499c0ccf191f92050a25;hpb=a9772d3eb3dda0386b98a03d83656058a6adcec4;p=mkws-moved-to-github.git diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 94f5c8d..94c14cd 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'\n"; 1;