summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 8302539734..5509364e60 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -1907,5 +1907,5 @@ EOS
end
runner.close
end
- end if defined?(Process.fork)
+ end if defined?(fork)
end