mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_https.rb: skip old OpenSSL
* test/net/http/test_https.rb (TestNetHTTPS): also depends on test/openssl/utils.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
af06381332
commit
b392fd5c55
1 changed files with 1 additions and 1 deletions
|
@ -191,4 +191,4 @@ class TestNetHTTPS < Test::Unit::TestCase
|
|||
assert th.join(10), bug4246
|
||||
}
|
||||
end
|
||||
end if defined?(OpenSSL)
|
||||
end if defined?(OpenSSL::TestUtils)
|
||||
|
|
Loading…
Add table
Reference in a new issue