diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 6ad9e7cdd5..e16af2e90c 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -518,6 +518,8 @@ class TupleSpaceProxyTest < Test::Unit::TestCase signal = /mswin|mingw/ =~ RUBY_PLATFORM ? "KILL" : "TERM" Process.kill(signal, write) if write && status.nil? Process.kill(signal, take) if take + Process.wait(write) if write && status.nil? + Process.wait(take) if take end def have_fork?