about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-12-19 12:09:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-12-19 12:09:46 +0000
commit3778f5a3ba05b542109bbaef6b7de94f145e47cc (patch)
tree5305303b760eff982752a82bc35982c893fc6d4f /ChangeLog
parent8b800f8fd193ff408ea92a9ea3eb6584a5ec0e9b (diff)
downloadzsh-3778f5a3ba05b542109bbaef6b7de94f145e47cc.tar.gz
zsh-3778f5a3ba05b542109bbaef6b7de94f145e47cc.tar.xz
zsh-3778f5a3ba05b542109bbaef6b7de94f145e47cc.zip
23070: Fix [[ -N file ]] test failure on NFS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30f6518f8..3b00e8644 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-12-19  Peter Stephenson  <pws@csr.com>
 
+	* 23070: Test/C02cond.ztst: Skip [[ -N file ]] test on NFS
+	file systems.
+
 	* 23067: Doc/Zsh/builtins.yo, Src/jobs.c, Src/signals.c:
 	queue traps but handle signals when waiting for jobs or processes,
 	unless TRAPSASYNC is set or the wait builtin is in use, so as