collect zombies
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2fe89ab618
commit
656c3b5422
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user