diff options
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_fork.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_fork.rb b/bootstraptest/test_fork.rb index 5de6ee1b12..1cd9f7ac6c 100644 --- a/bootstraptest/test_fork.rb +++ b/bootstraptest/test_fork.rb @@ -24,7 +24,7 @@ assert_finish 10, %q{ assert_normal_exit(<<'End', '[ruby-dev:37934]') main = Thread.current Thread.new { sleep 0.01 until main.stop?; Thread.kill main } - Process.setrlimit(:NPROC, 1) + Process.setrlimit(:NPROC, 1) if defined?(Process::RLIMIT_NPROC) fork {} End |