summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-15 16:04:32 +0000
committeremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-15 16:04:32 +0000
commit24acc9017ac3fee7391d73e6fba6f03b79c60185 (patch)
tree3922f5848accf9a77103b03f344565c0bbc85c93 /test
parente33efe60a9410f014f21a894e2f4382be0f43e93 (diff)
* test/openssl/test_config.rb: Commit missing file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/openssl/test_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_config.rb b/test/openssl/test_config.rb
index 393cf1d94d..77f89b2bd6 100644
--- a/test/openssl/test_config.rb
+++ b/test/openssl/test_config.rb
@@ -285,4 +285,4 @@ __EOC__
@it['newsection'] = {'a' => 'b'}
assert_not_equal(@it.sections.sort, c.sections.sort)
end
-end
+end if defined?(OpenSSL)