diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-07-09 16:24:00 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-07-09 07:27:48 +0000 |
commit | e09df574272035b792ee3e58576fb29c24863d14 (patch) | |
tree | f7b23009a9a49edae763d556d957beaa56d0b046 | |
parent | 5d82abdfc86f9ccbd61df4bae17826d01386b575 (diff) |
[ruby/open-uri] Try Windows tests again
https://github.com/ruby/open-uri/commit/50f265ba29
-rw-r--r-- | test/open-uri/test_ssl.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/open-uri/test_ssl.rb b/test/open-uri/test_ssl.rb index 067d115ee1..31b93e0b13 100644 --- a/test/open-uri/test_ssl.rb +++ b/test/open-uri/test_ssl.rb @@ -76,8 +76,6 @@ class TestOpenURISSL < Test::Unit::TestCase end def test_proxy_cacert_file - pend if RUBY_PLATFORM =~ /mswin|mingw/ - url = nil proxy_log_tester = lambda {|proxy_log, proxy_access_log| assert_equal(1, proxy_access_log.length) @@ -94,8 +92,6 @@ class TestOpenURISSL < Test::Unit::TestCase end def test_proxy_cacert_dir - pend if RUBY_PLATFORM =~ /mswin|mingw/ - url = nil proxy_log_tester = lambda {|proxy_log, proxy_access_log| assert_equal(1, proxy_access_log.length) |