From f207f7793da422b0a5fec771c5413fb9bd5b2bc0 Mon Sep 17 00:00:00 2001 From: kosaki Date: Thu, 9 Aug 2012 03:42:00 +0000 Subject: * test/openssl/test_config.rb (OpenSSL#test_constants): skip this test if platform is Mac OS X or Windows. [Bug #6830] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_config.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/openssl') diff --git a/test/openssl/test_config.rb b/test/openssl/test_config.rb index 2e29883c00..604ccaa639 100644 --- a/test/openssl/test_config.rb +++ b/test/openssl/test_config.rb @@ -21,6 +21,8 @@ __EOD__ end def test_constants + skip "DEFAULT_CONFIG_FILE may return a wrong path on your platforms. [Bug #6830]" if /mswin|mingw|darwin/ =~ RUBY_PLATFORM + assert(defined?(OpenSSL::Config::DEFAULT_CONFIG_FILE)) assert_nothing_raised do OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE) -- cgit v1.2.3