From 7ae1aa3735f1021ac02dc3fac0a473b4939cb15d Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 17 Sep 2005 05:57:53 +0000 Subject: * test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio): these tests are working now, so turned on. (windows) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_readpartial.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_readpartial.rb b/test/ruby/test_readpartial.rb index 3877e21f8..526425dc5 100644 --- a/test/ruby/test_readpartial.rb +++ b/test/ruby/test_readpartial.rb @@ -43,7 +43,6 @@ class TestReadPartial < Test::Unit::TestCase } end - if !File::ALT_SEPARATOR # read on pipe cannot timeout on Windows. def test_open_pipe pipe {|r, w| w << 'abc' @@ -68,7 +67,6 @@ class TestReadPartial < Test::Unit::TestCase } } end - end end -- cgit