diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-19 07:47:29 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-19 07:47:29 +0000 |
commit | 96734f26e4cde431d2eeae3ca49b6062e9dfe3a0 (patch) | |
tree | fe95586da9247488bd033274e4d8fd47163b4950 /test/rinda/test_rinda.rb | |
parent | 689333a0ba8b727836281b9e4c434413de8cae7b (diff) |
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
Diffstat (limited to 'test/rinda/test_rinda.rb')
-rw-r--r-- | test/rinda/test_rinda.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index e16af2e90c..570b6e21b8 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -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 |