From 7a06e9e971a22f99930bc8ec817737dd11906095 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 20 Nov 2014 13:26:10 +0100 Subject: [PATCH] in case of a failure don't show $? twice --- 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 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; -- 1.7.10.4