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:
1103423
)
finish debugging
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 27 Jun 2014 14:28:34 +0000
(16:28 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 27 Jun 2014 14:28:34 +0000
(16:28 +0200)
test/bin/bomb.pl
patch
|
blob
|
history
diff --git
a/test/bin/bomb.pl
b/test/bin/bomb.pl
index
bff7f68
..
bcc8ec1
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
eval {
- require BSD::Resource2;
+ require BSD::Resource;
setrlimit("RLIMIT_CPU", $timeout, 2*$timeout) or die "Cannot set CPU limit: $!\n";
};
if ($@) {