about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-12-13 21:21:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-12-13 21:21:28 +0000
commitfc9dc5940f5eb87de19c6bc7485e2f8e8120895c (patch)
tree6a222df13645e86d470f1e79010d589157a5e733
parent5d5d1bef6e32c7c622f123069059e0e9a473b536 (diff)
downloadzsh-fc9dc5940f5eb87de19c6bc7485e2f8e8120895c.tar.gz
zsh-fc9dc5940f5eb87de19c6bc7485e2f8e8120895c.tar.xz
zsh-fc9dc5940f5eb87de19c6bc7485e2f8e8120895c.zip
24236: another case where cond -N test can fail
-rw-r--r--ChangeLog3
-rw-r--r--Test/C02cond.ztst4
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a49428c8..afe89d678 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 24236: Test/C02cond.ztst: another case where the wretched
+	cond -N test can fail.
+
 	* 24234: Doc/Zsh/expn.yo, Src/params.c, Src/subst.c,
 	Test/B02typeset.ztst: apply parameter flags defined with
 	typeset etc. consistently so that substitution code layered
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
index 3ba5209d0..2d0991785 100644
--- a/Test/C02cond.ztst
+++ b/Test/C02cond.ztst
@@ -142,7 +142,9 @@
 F:This test can fail on NFS-mounted filesystems as the access and
 F:modification times are not updated separately.  The test will fail
 F:on HFS+ (Apple Mac OS X default) filesystems because access times
-F:are not recorded. This does not indicate a problem in the shell.
+F:are not recorded.  Also, Linux ext3 filesystems may be mounted
+F:with the noatime option which does not update access times.
+F:Failures in these cases do not indicate a problem in the shell.
 
   [[ newnewnew -nt zerolength && ! (unmodified -nt zerolength) ]]
 0:-nt cond