diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-08 18:18:36 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-08 18:18:36 +0000 |
| commit | 3aa10de84261b3bed08d13e34583a3194326094d (patch) | |
| tree | d4907549b52e57e3b88eabf6810e2ca092014773 /test | |
| parent | 76a69005e487b932c30aaacfa67f7a8ebddf1005 (diff) | |
| download | ruby-3aa10de84261b3bed08d13e34583a3194326094d.tar.gz ruby-3aa10de84261b3bed08d13e34583a3194326094d.tar.xz ruby-3aa10de84261b3bed08d13e34583a3194326094d.zip | |
update readpartial document.
don't try read timeout on Windows.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
| -rw-r--r-- | test/ruby/test_readpartial.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_readpartial.rb b/test/ruby/test_readpartial.rb index 526425dc5..3877e21f8 100644 --- a/test/ruby/test_readpartial.rb +++ b/test/ruby/test_readpartial.rb @@ -43,6 +43,7 @@ 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' @@ -67,6 +68,7 @@ class TestReadPartial < Test::Unit::TestCase } } end + end end |
