summaryrefslogtreecommitdiff
path: root/test/test_open3.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 15:59:41 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 15:59:41 +0000
commit19a50877e676884a369d002ef94caee57f2f55df (patch)
treeea57912a705757b038dc4ff9715729ecb6e0292f /test/test_open3.rb
parenta929da71351821cfd1f12d6b3d16eb97f1b8c565 (diff)
Join the thread to collect zombies
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_open3.rb')
-rw-r--r--test/test_open3.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_open3.rb b/test/test_open3.rb
index a0586622c1..20e91c702a 100644
--- a/test/test_open3.rb
+++ b/test/test_open3.rb
@@ -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