summaryrefslogtreecommitdiffstats
path: root/test/test_x509store.rb
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2014-12-13 03:05:43 +0000
committernobu <nobu@ruby-lang.org>2014-12-13 03:05:43 +0000
commit7ddf7e0b6878785c54074588f88b15d61e2bc051 (patch)
treec9f26e52e4feafc116b351f784e73d903c436c00 /test/test_x509store.rb
parentb81b06da26417ccc84dbff673b0da89f97bddbe3 (diff)
downloadruby-openssl-history-7ddf7e0b6878785c54074588f88b15d61e2bc051.tar.gz
test/openssl: skip old OpenSSL
* test/openssl/utils.rb (OpenSSL::TestUtils): ignore out-of-date OpenSSL before 1.0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_x509store.rb')
-rw-r--r--test/test_x509store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_x509store.rb b/test/test_x509store.rb
index 439c9de..f3e144f 100644
--- a/test/test_x509store.rb
+++ b/test/test_x509store.rb
@@ -1,6 +1,6 @@
require_relative "utils"
-if defined?(OpenSSL)
+if defined?(OpenSSL::TestUtils)
class OpenSSL::TestX509Store < Test::Unit::TestCase
def setup