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

Join the thread to collect zombies

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-06-19 15:59:41 +00:00
parent a929da7135
commit 19a50877e6

View file

@ -56,6 +56,7 @@ class TestOpen3 < Test::Unit::TestCase
i.close if !i.closed?
o.close if !o.closed?
e.close if !e.closed?
t.join
end
def test_commandline