From: Roger Pack Date: 2009-06-06T03:48:43+09:00 Subject: [ruby-core:23724] [Bug #1577] testFileUtils failure in windows Bug #1577: testFileUtils failure in windows http://redmine.ruby-lang.org/issues/show/1577 Author: Roger Pack Status: Open, Priority: Normal ruby -v: TRUNK mingw 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 ---------------------------------------- http://redmine.ruby-lang.org