aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_config.rb
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-01-06 16:35:02 -0800
committerZachary Scott <e@zzak.io>2015-01-06 17:02:43 -0800
commit16f7b800f293d39fdbd5b66afb6ff94e2dc64a30 (patch)
tree380dedd390be310aaea98a1f88c6ed5205982d6e /test/test_config.rb
parentaa542dbcadae35d08acf31d066eeafc43ccc157c (diff)
downloadruby-openssl-16f7b800f293d39fdbd5b66afb6ff94e2dc64a30.tar.gz
Sync tests with trunk
Diffstat (limited to 'test/test_config.rb')
-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 4ceb7465..62f9fabc 100644
--- a/test/test_config.rb
+++ b/test/test_config.rb
@@ -23,7 +23,7 @@ __EOD__
def test_constants
assert(defined?(OpenSSL::Config::DEFAULT_CONFIG_FILE))
config_file = OpenSSL::Config::DEFAULT_CONFIG_FILE
- pend "DEFAULT_CONFIG_FILE may return a wrong path on your platforms. [Bug #6830]" unless File.readable?(config_file)
+ skip "DEFAULT_CONFIG_FILE may return a wrong path on your platforms. [Bug #6830]" unless File.readable?(config_file)
assert_nothing_raised do
OpenSSL::Config.load(config_file)
end