summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index bfcfbbd06c..9033c375cb 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -1280,7 +1280,7 @@ class TestIO < Test::Unit::TestCase
t.value
assert_equal("xxx", s)
end
- end
+ end if /cygwin/ !~ RUBY_PLATFORM
def test_write_nonblock
pipe(proc do |w|