From 77ffa600086088f8f9b726e8f15cd83f2ea61d2c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 5 May 2008 17:18:09 +0000 Subject: * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception. * test/net/imap/test_imap.rb: ensure disconnecting imap to terminate receiver thread.. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/nonblock/test_flush.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/io') diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 67ac1fcaa..b41afe110 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -5,7 +5,6 @@ begin rescue LoadError end -Thread.abort_on_exception = true class TestIONonblock < Test::Unit::TestCase def test_flush r,w = IO.pipe -- cgit