summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authoremboss <emboss@ruby-lang.org>2011-06-15 16:04:32 +0000
committeremboss <emboss@ruby-lang.org>2011-06-15 16:04:32 +0000
commit08ec38f431bba62b040d38e85d62f4cd11ab2a9c (patch)
treefc0405c33739a869b000bf24e5b57367461ca363 /test
parent55a0fd86b93854cede6bf50973f90357d761beab (diff)
downloadruby-openssl-history-08ec38f431bba62b040d38e85d62f4cd11ab2a9c.tar.gz
* 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/test_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_config.rb b/test/test_config.rb
index 393cf1d..77f89b2 100644
--- a/test/test_config.rb
+++ b/test/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)