summaryrefslogtreecommitdiff
path: root/test/openssl/utils.rb
diff options
context:
space:
mode:
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