Closed syohex closed 8 years ago
mtime of file is not updated after closing file on DragonflyBSD file system, such as UFS. This causes test failure. It seems mtime is update after fflush and fsync.
Test are failed on many Dragonfly BSD environment.
Looks good. Use $fh->flush(); $fh->sync(); instead of redundant function syntax.
$fh->flush(); $fh->sync();
Thanks for reviewing. I'll fix later.
Updated
mtime of file is not updated after closing file on DragonflyBSD file system, such as UFS. This causes test failure. It seems mtime is update after fflush and fsync.
Test are failed on many Dragonfly BSD environment.