From 574697efc35760bdaca9b1f28374e89e7bcb3b6b 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: svn+ssh://ci.ruby-lang.org/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') diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 4f56d00829..2afbba300e 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 v1.2.3