about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-11 18:07:50 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-11 18:07:50 +0000
commit34a3cb829fcfcb6e265ca4b0bcc3285bdc7842f9 (patch)
tree97149e2a4cf8e8711a11674efa60176c0b8c05bb /Test
parent52ff3493240611e1622bbd4fde85d34fa2aebc89 (diff)
downloadzsh-34a3cb829fcfcb6e265ca4b0bcc3285bdc7842f9.tar.gz
zsh-34a3cb829fcfcb6e265ca4b0bcc3285bdc7842f9.tar.xz
zsh-34a3cb829fcfcb6e265ca4b0bcc3285bdc7842f9.zip
Merge of trunk revisions 1.15 and 1.16, unposted and 23070.
Diffstat (limited to 'Test')
-rw-r--r--Test/C02cond.ztst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
index 3104a8680..2d6ca6754 100644
--- a/Test/C02cond.ztst
+++ b/Test/C02cond.ztst
@@ -131,6 +131,9 @@
   if [[ $OSTYPE == "cygwin" ]]; then
     print -u8 "Warning: not testing [[ -N file ]] (not supported on Cygwin)"
     true
+  elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then
+    print -u8 "Warning: not testing [[ -N file ]] (not supported with NFS)"
+    true
   else
     [[ -N newnewnew && ! -N unmodified ]]
   fi