about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Test/C02cond.ztst5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bedc3d337..766a006cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-03-17  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted: Test/C02cond.ztst: mention HFS+ as possible cause
+	of -N test failure as suggested by James Devenish
+
 	* 19648: Completion/Zsh/Command/_zpty: complete -t and -n options
 
 2004-03-16  Clint Adams  <clint@zsh.org>
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
index 2c3c939ab..815e1ef24 100644
--- a/Test/C02cond.ztst
+++ b/Test/C02cond.ztst
@@ -136,8 +136,9 @@
   fi
 0:-N cond
 F:This test can fail on NFS-mounted filesystems as the access and
-F:modification times are not updated separately.  This does not indicate
-F:a problem in the shell.
+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.
 
   [[ newnewnew -nt zerolength && ! (unmodified -nt zerolength) ]]
 0:-nt cond