From 971df741b97343ac86f850dab7f79e4508411aa9 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 28 May 2014 15:06:39 +0000 Subject: Close fds. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_pair.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/openssl/test_pair.rb') diff --git a/test/openssl/test_pair.rb b/test/openssl/test_pair.rb index c2ad735d2a..b9206daea9 100644 --- a/test/openssl/test_pair.rb +++ b/test/openssl/test_pair.rb @@ -87,6 +87,7 @@ module OpenSSL::TestEOF1M yield s1 ensure th.join + s1.close end end @@ -97,6 +98,7 @@ module OpenSSL::TestEOF2M yield s2 ensure th.join + s2.close end end -- cgit v1.2.3