From a4b84ad26f64fd8aeb3d2db408585291c1b26d48 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 20 Nov 2014 13:27:08 +0100 Subject: [PATCH] newline in output --- test/bin/bomb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4