summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-13 07:08:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-13 07:08:18 +0000
commitb392fd5c55c4fc435f52203a18be6bc652af8fc7 (patch)
treecf278a22800c3b780243a35461f76f32eb9ffd03 /test
parentaf06381332c9344fc3c400cf7365bd6cc4a9cc00 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/net/http/test_https.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb
index 987ea7c3f2..8177d9451f 100644
--- a/test/net/http/test_https.rb
+++ b/test/net/http/test_https.rb
@@ -191,4 +191,4 @@ class TestNetHTTPS < Test::Unit::TestCase
assert th.join(10), bug4246
}
end
-end if defined?(OpenSSL)
+end if defined?(OpenSSL::TestUtils)