1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2013-05-23 03:00:52 +00:00
parent 8a867f9133
commit ec04fecda5

View file

@ -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