1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_rinda.rb: no fork

* test/rinda/test_rinda.rb (have_fork?): no longer used already.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-06-19 07:47:29 +00:00
parent 689333a0ba
commit 96734f26e4

View file

@ -522,13 +522,6 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
Process.wait(take) if take
end
def have_fork?
Process.fork {}
return true
rescue NotImplementedError
return false
end
@server = DRb.primary_server || DRb.start_service
end