From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Mon, 21 Aug 2000 18:02:30 +0000 (+0000)
Subject: Also under djgpp the timestamps are funky.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=465e37e5e675c378d0948ae47390a788dfacd2b9;p=p5sagit%2Fp5-mst-13.2.git

Also under djgpp the timestamps are funky.

p4raw-id: //depot/perl@6752
---

diff --git a/t/op/stat.t b/t/op/stat.t
index 353b3b3..45b7ed9 100755
--- a/t/op/stat.t
+++ b/t/op/stat.t
@@ -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 {