aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_readpartial.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_readpartial.rb')
-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