diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-03-17 14:22:20 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-03-17 14:22:20 +0000 |
commit | 65f322328fceb68994947a1dd9614ff7a979d9c2 (patch) | |
tree | 91dbe83e4132e045c5ec5284f252c45d85e5560f /Test/C02cond.ztst | |
parent | 8fc76ca3700ad4c147883437ec81d41ce0429996 (diff) | |
download | zsh-65f322328fceb68994947a1dd9614ff7a979d9c2.tar.gz zsh-65f322328fceb68994947a1dd9614ff7a979d9c2.tar.xz zsh-65f322328fceb68994947a1dd9614ff7a979d9c2.zip |
mention HFS+ as possible cause of -N test failure
Diffstat (limited to 'Test/C02cond.ztst')
-rw-r--r-- | Test/C02cond.ztst | 5 |
1 files changed, 3 insertions, 2 deletions
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 |