summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-17 05:57:53 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-17 05:57:53 +0000
commitbf4e0d73531128d42ca121b3a164c3ea46b8c9a0 (patch)
tree1db410b70fe098ad79af3b3fb285ae65fba9bb24 /test
parentf0bcbbef671e7ba3592cdb730bbc9d9f8f3cfc10 (diff)
* test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):
these tests are working now, so turned on. (windows) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_readpartial.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_readpartial.rb b/test/ruby/test_readpartial.rb
index 3877e21f85..526425dc57 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