From f58c42d35776b2818474b59cbe109d180705b56d Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 12 Dec 2005 06:56:08 +0000 Subject: * test/openssl/test_ssl.rb (test_parallel): call GC.start to close unused files. [ruby-dev:27981] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_ssl.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/openssl/test_ssl.rb b/test/openssl/test_ssl.rb index e80f32f234..ec1bf6b8c8 100644 --- a/test/openssl/test_ssl.rb +++ b/test/openssl/test_ssl.rb @@ -212,6 +212,7 @@ class OpenSSL::TestSSL < Test::Unit::TestCase end def test_parallel + GC.start start_server(PORT, OpenSSL::SSL::VERIFY_NONE, true){|s, p| ssls = [] 10.times{ -- cgit v1.2.3