From: Wolfram Schneider Date: Thu, 20 Nov 2014 12:27:08 +0000 (+0100) Subject: newline in output X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=a4b84ad26f64fd8aeb3d2db408585291c1b26d48 newline in output --- diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 974a4bc..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;