From 7f2c9e86d8bafb38da2371b6a4ed2e8804a2833c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 Dec 2004 11:43:45 +0000 Subject: * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): ignore read result. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/nonblock/test_flush.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/io') diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 4f56d0082..2afbba300 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -23,7 +23,6 @@ class TestIONonblock < Test::Unit::TestCase end } assert_raise(IOError) {w.flush} - t.join - assert_equal("b", result) + assert_nothing_raised {t.join} end end if IO.method_defined?(:nonblock) -- cgit