develooper Front page | perl.perl5.porters | Postings from January 2005

[PATCH] op/stat.t test 9 failing on recent cygwin snapshots

Thread Next
From:
Yitzchak Scott-Thoennes
Date:
January 16, 2005 10:30
Subject:
[PATCH] op/stat.t test 9 failing on recent cygwin snapshots
Message ID:
20050116183045.GA2768@efn.org
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About