summaryrefslogtreecommitdiff
path: root/test/net/imap/test_imap.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-28 11:17:48 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-28 11:17:48 +0000
commit58a6412754b4e3acf898b462b15f195b00219db6 (patch)
treec21413c8d62eb943abd75c5c8ed242650b667748 /test/net/imap/test_imap.rb
parentcbd370f669e74ca3e1953da94d4e780b7ddea391 (diff)
No need to kill a thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net/imap/test_imap.rb')
-rw-r--r--test/net/imap/test_imap.rb1
1 files changed, 0 insertions, 1 deletions
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