Also under djgpp the timestamps are funky.
Jarkko Hietaniemi [Mon, 21 Aug 2000 18:02:30 +0000 (18:02 +0000)]
p4raw-id: //depot/perl@6752

t/op/stat.t

index 353b3b3..45b7ed9 100755 (executable)
@@ -32,7 +32,7 @@ if (open(FOO, ">Op.stat.tmp")) {
   else {
     print "# res=$res, nlink=$nlink.\nnot ok 1\n";
   }
-  if ($Is_MSWin32 or $Is_Cygwin || ($mtime && $mtime == $ctime)) {
+  if ($Is_MSWin32 or $Is_Cygwin or $Is_Dos || ($mtime && $mtime == $ctime)) {
     print "ok 2\n";
   }
   else {