Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 5 Nov 2014 09:53:39 +0000 (09:53 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 5 Nov 2014 09:53:39 +0000 (09:53 +0000)
test/bin/bomb.pl

index 1592161..94f5c8d 100755 (executable)
@@ -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;