summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-08 11:47:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-08 11:47:00 +0000
commit54b90b7be8d38fea97251a89f23380facb8d7475 (patch)
treec2cab1e73e3d45e51240772a34587f5407e6bb33 /test
parentf75a30776c38f1f9c0a36cae1639244ceb275a90 (diff)
Fix condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/openssl/test_x509name.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_x509name.rb b/test/openssl/test_x509name.rb
index 3d8bf31467..90c09929ce 100644
--- a/test/openssl/test_x509name.rb
+++ b/test/openssl/test_x509name.rb
@@ -311,7 +311,7 @@ class OpenSSL::TestX509Name < Test::Unit::TestCase
end
def test_add_entry_street
- return if OpenSSL::OPENSSL_VERSION_NUMBER >= 0x009080df # 0.9.8m
+ return if OpenSSL::OPENSSL_VERSION_NUMBER < 0x009080df # 0.9.8m
# openssl/crypto/objects/obj_mac.h 1.83
dn = [
["DC", "org"],