diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-10-24 18:24:24 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2022-10-24 23:07:33 +0900 |
| commit | f08dee67dc41d961f9032ba18dc597ea072672fb (patch) | |
| tree | b24bb3ef46841cb81e97d22aac2a058dba2a3852 /test/net/http/test_https_proxy.rb | |
| parent | 8bce7c1a725073b88cf96c3af6f37405b66d7db9 (diff) | |
Bump up net-http 0.3.0
Diffstat (limited to 'test/net/http/test_https_proxy.rb')
| -rw-r--r-- | test/net/http/test_https_proxy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/http/test_https_proxy.rb b/test/net/http/test_https_proxy.rb index f833f1a1e3..4c2a92ccd6 100644 --- a/test/net/http/test_https_proxy.rb +++ b/test/net/http/test_https_proxy.rb @@ -10,7 +10,7 @@ class HTTPSProxyTest < Test::Unit::TestCase begin OpenSSL rescue LoadError - skip 'autoload problem. see [ruby-dev:45021][Bug #5786]' + omit 'autoload problem. see [ruby-dev:45021][Bug #5786]' end TCPServer.open("127.0.0.1", 0) {|serv| |
