ruby-changes:34130
From: akr <ko1@a...>
Date: Wed, 28 May 2014 20:17:53 +0900 (JST)
Subject: [ruby-changes:34130] akr:r46211 (trunk): No need to kill a thread.
akr 2014-05-28 20:17:48 +0900 (Wed, 28 May 2014) New Revision: 46211 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=46211 Log: No need to kill a thread. Modified files: trunk/test/net/imap/test_imap.rb Index: test/net/imap/test_imap.rb =================================================================== --- test/net/imap/test_imap.rb (revision 46210) +++ test/net/imap/test_imap.rb (revision 46211) @@ -494,7 +494,6 @@ class IMAPTest < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/net/imap/test_imap.rb#L494 end ensure ssl_server.close - ths.kill ths.join end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/