* 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
Родитель 8a867f9133
Коммит ec04fecda5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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