1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-30 17:50:58 +01:00

Merge of trunk revisions 1.15 and 1.16, unposted and 23070.

This commit is contained in:
Paul Ackersviller 2007-11-11 18:07:50 +00:00
parent 52ff349324
commit 34a3cb829f

View file

@ -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