1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use 0 as port like #6766 [Bug #6959]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-09-01 20:46:27 +00:00
parent d4fe9e004a
commit b238b5be91

View file

@ -24,7 +24,7 @@ class TestNetHTTPS < Test::Unit::TestCase
CONFIG = {
'host' => '127.0.0.1',
'port' => 10082, # different from test_http.rb
'port' => 0,
'proxy_host' => nil,
'proxy_port' => nil,
'ssl_enable' => true,