From 4835230fef0005666e89fd1e2da5ad03ddb78315 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Jun 2013 07:47:12 +0000 Subject: test/ruby: reap zombies git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_rubyoptions.rb') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index e43224fbcb..c06d554cd9 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -472,6 +472,7 @@ class TestRubyOptions < Test::Unit::TestCase end assert_match(/hello world/, ps) Process.kill :KILL, pid + Process.wait(pid) end end -- cgit v1.2.3