newline in output
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Nov 2014 12:27:08 +0000 (13:27 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Nov 2014 12:27:08 +0000 (13:27 +0100)
test/bin/bomb.pl

index 974a4bc..94c14cd 100755 (executable)
@@ -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;