From: Wolfram Schneider Date: Wed, 5 Nov 2014 09:53:39 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws X-Git-Tag: 1.0.0~81 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=a9772d3eb3dda0386b98a03d83656058a6adcec4;hp=bc574e44244a984d51bf5aa9de3df27d1f277777;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws --- diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index 1592161..94f5c8d 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: $?"; + or die "system('@system') failed: ?='$?', !='$!', ^E='$^E', ?='$?'"; 1;