summaryrefslogtreecommitdiff
path: root/test/openssl/utils.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-03 09:10:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-03 09:10:28 +0000
commit5998b9d68f6ff95f1a163d1be0c963132836d1b3 (patch)
tree7cc4000f859bc084b89b0f82d6b1480956a4e2d8 /test/openssl/utils.rb
parent97c1f8cace94f7445826ffff83dc4df8629fb1d6 (diff)
* test/openssl/utils.rb: The default of :ignore_listener_error is
changed to false. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/openssl/utils.rb')
-rw-r--r--test/openssl/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb
index 433dda731a..02bf968737 100644
--- a/test/openssl/utils.rb
+++ b/test/openssl/utils.rb
@@ -272,7 +272,7 @@ AQjjxMXhwULlmuR/K+WwlaZPiLIBYalLAZQ7ZbOPeVkJ8ePao0eLAgEC
IO.pipe {|stop_pipe_r, stop_pipe_w|
ctx_proc = args[:ctx_proc]
server_proc = args[:server_proc]
- ignore_listener_error = args.fetch(:ignore_listener_error, true)
+ ignore_listener_error = args.fetch(:ignore_listener_error, false)
server_proc ||= method(:readwrite_loop)
store = OpenSSL::X509::Store.new