From 58a6412754b4e3acf898b462b15f195b00219db6 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 28 May 2014 11:17:48 +0000 Subject: No need to kill a thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/imap/test_imap.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/net/imap/test_imap.rb b/test/net/imap/test_imap.rb index ecec2a5d5e..0f171e6a1d 100644 --- a/test/net/imap/test_imap.rb +++ b/test/net/imap/test_imap.rb @@ -494,7 +494,6 @@ class IMAPTest < Test::Unit::TestCase end ensure ssl_server.close - ths.kill ths.join end end -- cgit v1.2.3