diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-17 05:57:53 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-17 05:57:53 +0000 |
commit | bf4e0d73531128d42ca121b3a164c3ea46b8c9a0 (patch) | |
tree | 1db410b70fe098ad79af3b3fb285ae65fba9bb24 /test | |
parent | f0bcbbef671e7ba3592cdb730bbc9d9f8f3cfc10 (diff) | |
download | bundler-bf4e0d73531128d42ca121b3a164c3ea46b8c9a0.tar.gz |
* 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.rb | 2 |
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 |