1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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