summaryrefslogtreecommitdiff
path: root/test/openssl/test_pair.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_pair.rb')
-rw-r--r--test/openssl/test_pair.rb2
1 files changed, 2 insertions, 0 deletions
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