ruby-changes:29370
From: nobu <ko1@a...>
Date: Wed, 19 Jun 2013 16:48:09 +0900 (JST)
Subject: [ruby-changes:29370] nobu:r41422 (trunk): test_rinda.rb: no fork
nobu 2013-06-19 16:47:29 +0900 (Wed, 19 Jun 2013) New Revision: 41422 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41422 Log: test_rinda.rb: no fork * test/rinda/test_rinda.rb (have_fork?): no longer used already. Modified files: trunk/test/rinda/test_rinda.rb Index: test/rinda/test_rinda.rb =================================================================== --- test/rinda/test_rinda.rb (revision 41421) +++ test/rinda/test_rinda.rb (revision 41422) @@ -522,13 +522,6 @@ class TupleSpaceProxyTest < Test::Unit:: https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L522 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/