From ec04fecda53da871016240ae2b9ba08a6c66e2d5 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 May 2013 03:00:52 +0000 Subject: * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seems not supporting a sparce file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 30c482f4e6..395a9b9867 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -2684,7 +2684,7 @@ End assert_nil(f.read(1), msg) end; } - end + end if /mswin|mingw/ =~ RUBY_PLATFORM def test_write_32bit_boundary bug8431 = '[ruby-core:55098] [Bug #8431]' @@ -2703,5 +2703,5 @@ End end end; } - end + end if /mswin|mingw/ =~ RUBY_PLATFORM end -- cgit v1.2.3