This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a762f
)
Also under djgpp the timestamps are funky.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 21 Aug 2000 18:02:30 +0000
(18:02 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 21 Aug 2000 18:02:30 +0000
(18:02 +0000)
p4raw-id: //depot/perl@6752
t/op/stat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/stat.t
b/t/op/stat.t
index
353b3b3
..
45b7ed9
100755
(executable)
--- 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 {