Actions
Bug #1577
closedtestFileUtils failure in windows
Description
=begin
23) Failure:
test_copy_stream(TestFileUtils)
[c:/dev/downloads/ruby_trunk/test/fileutils/test_fileutils.rb:934]:
file data/a != tmp/a.
Expected block to return true value.
This might be caused by the fact that windows doesn't write files out immediately [even if you call flush or close on them] -- you have to apparently call fsync on them first. I guess.
-=r
=end
Actions
Like0
Like0Like0