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:
parent
cbd370f669
commit
58a6412754
1 changed files with 0 additions and 1 deletions
|
@ -494,7 +494,6 @@ class IMAPTest < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
ensure
|
ensure
|
||||||
ssl_server.close
|
ssl_server.close
|
||||||
ths.kill
|
|
||||||
ths.join
|
ths.join
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue