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 | |
parent | 8fc76ca3700ad4c147883437ec81d41ce0429996 (diff) | |
download | zsh-65f322328fceb68994947a1dd9614ff7a979d9c2.tar.gz zsh-65f322328fceb68994947a1dd9614ff7a979d9c2.tar.xz zsh-65f322328fceb68994947a1dd9614ff7a979d9c2.zip |
mention HFS+ as possible cause of -N test failure
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Test/C02cond.ztst | 5 |
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 |