No need to kill a thread.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-05-28 11:17:48 +00:00
parent cbd370f669
commit 58a6412754

View File

@ -494,7 +494,6 @@ class IMAPTest < Test::Unit::TestCase
end
ensure
ssl_server.close
ths.kill
ths.join
end
end