diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-19 07:47:12 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-19 07:47:12 +0000 |
commit | 4835230fef0005666e89fd1e2da5ad03ddb78315 (patch) | |
tree | ea99eaee3a04a5710f8a10900f76d637fb0069f1 /test/ruby/test_rubyoptions.rb | |
parent | c4561c29348c357f50162cdd5c16d8b98d8cd0fa (diff) |
test/ruby: reap zombies
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r-- | test/ruby/test_rubyoptions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |