As of the 20050114 cygwin snapshot, chmod() correctly updates a file's
ctime. This is causing op/stat.t test 9 to fail (at least on NTFS).
The following fixes it (not thate $funky_FAT_timestamps is only true
for cygwin).
--- perl/t/op/stat.t.orig 2004-03-26 01:22:19.000000000 -0800
+++ perl/t/op/stat.t 2005-01-16 10:13:44.813755200 -0800
@@ -71,7 +71,7 @@
print FOO "Now is the time for all good men to come to.\n";
close(FOO);
-sleep 2 unless $funky_FAT_timestamps;
+sleep 2;
SKIP: {
Thread Next