aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_https.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-19 12:29:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-19 12:29:46 +0000
commit6895e77ffc3029b83985b0cbfea26dbe2bc1e7b0 (patch)
treeffca062e2149daf4b8dd430c68ab2540207abd57 /test/net/http/test_https.rb
parent2127b9cfc75da93e3fc43cc830ede0670010d010 (diff)
downloadruby-6895e77ffc3029b83985b0cbfea26dbe2bc1e7b0.tar.gz
* test/net/http/utils.rb (spawn_server): Specify zero for port to
avoid reusing an allocated port. * test/net/http/test_http.rb: Don't specify port here. * test/net/http/test_https.rb: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net/http/test_https.rb')
-rw-r--r--test/net/http/test_https.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb
index b711582b99..0a448dd95d 100644
--- a/test/net/http/test_https.rb
+++ b/test/net/http/test_https.rb
@@ -24,7 +24,6 @@ class TestNetHTTPS < Test::Unit::TestCase
CONFIG = {
'host' => '127.0.0.1',
- 'port' => 0,
'proxy_host' => nil,
'proxy_port' => nil,
'ssl_enable' => true,