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:
parent
689333a0ba
commit
96734f26e4
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue