From ea99c5f1fd5f31120e315647fbebce3dfefcb7d0 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: http://svn.ruby-lang.org/repos/ruby/trunk@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 08c18f440..b99b4a30b 100644 --- a/test/openssl/test_ssl.rb +++ b/test/openssl/test_ssl.rb @@ -216,6 +216,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