1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

collect zombies

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-06-19 18:04:16 +00:00
parent 2fe89ab618
commit 656c3b5422

View file

@ -28,7 +28,10 @@ class TestNotImplement < Test::Unit::TestCase
pid = nil
}
ensure
Process.kill :KILL, pid if pid
if pid
Process.kill :KILL, pid
Process.wait pid
end
end if Process.respond_to?(:fork)
def test_call_lchmod