projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0dabcd
)
perl warnings
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 27 Jun 2014 09:43:09 +0000
(11:43 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 27 Jun 2014 09:43:09 +0000
(11:43 +0200)
test/bin/bomb.pl
patch
|
blob
|
history
diff --git
a/test/bin/bomb.pl
b/test/bin/bomb.pl
index
4ce8590
..
9e0f06b
100755
(executable)
--- a/
test/bin/bomb.pl
+++ b/
test/bin/bomb.pl
@@
-41,7
+41,7
@@
die usage if !@system;
# set CPU limit, in case the alarm handler will
# be ignored
-setrlimit(RLIMIT_CPU, $timeout, 2*$timeout) or die "Cannot set CPU limit: $!\n";
+setrlimit("RLIMIT_CPU", $timeout, 2*$timeout) or die "Cannot set CPU limit: $!\n";
#
# use fork/exec instead system()