diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-12 06:56:08 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-12 06:56:08 +0000 |
| commit | ea99c5f1fd5f31120e315647fbebce3dfefcb7d0 (patch) | |
| tree | 381bfd64e7047bf5ebf70deb4e9c3f8261e31697 /test/openssl/test_ssl.rb | |
| parent | a393152ae40e8f438c09138c860322f8229f9cf2 (diff) | |
| download | ruby-ea99c5f1fd5f31120e315647fbebce3dfefcb7d0.tar.gz ruby-ea99c5f1fd5f31120e315647fbebce3dfefcb7d0.tar.xz ruby-ea99c5f1fd5f31120e315647fbebce3dfefcb7d0.zip | |
* 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
Diffstat (limited to 'test/openssl/test_ssl.rb')
| -rw-r--r-- | test/openssl/test_ssl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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{ |
