summaryrefslogtreecommitdiff
path: root/test/test_open3.rb
diff options
context:
space:
mode:
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