aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/imap/test_imap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/net/imap/test_imap.rb')
-rw-r--r--test/net/imap/test_imap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/imap/test_imap.rb b/test/net/imap/test_imap.rb
index 8e48317dab..38ea84cc21 100644
--- a/test/net/imap/test_imap.rb
+++ b/test/net/imap/test_imap.rb
@@ -660,6 +660,7 @@ EOF
}
ssl_server = OpenSSL::SSL::SSLServer.new(server, ctx)
ths = Thread.start do
+ Thread.current.report_on_exception = false # always join-ed
begin
sock = ssl_server.accept
begin