about summary refs log tree commit diff
path: root/Test/C02cond.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-05 13:10:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-05 13:10:02 +0000
commit049dce8f63069301b512a70708e44d2d871ba452 (patch)
tree377217ac46830712536899ec56a0475c494b6d9a /Test/C02cond.ztst
parent5faa97cb41103384bd6e26bfb2efa720e576f9e2 (diff)
downloadzsh-049dce8f63069301b512a70708e44d2d871ba452.tar.gz
zsh-049dce8f63069301b512a70708e44d2d871ba452.tar.xz
zsh-049dce8f63069301b512a70708e44d2d871ba452.zip
17502: Test changes for xtrace in 17492.
`F:' code indicates text to display in event of error.
Diffstat (limited to 'Test/C02cond.ztst')
-rw-r--r--Test/C02cond.ztst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
index 6c6aea4f6..2c3c939ab 100644
--- a/Test/C02cond.ztst
+++ b/Test/C02cond.ztst
@@ -135,6 +135,9 @@
     [[ -N newnewnew && ! -N unmodified ]]
   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.
 
   [[ newnewnew -nt zerolength && ! (unmodified -nt zerolength) ]]
 0:-nt cond