From 34a3cb829fcfcb6e265ca4b0bcc3285bdc7842f9 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sun, 11 Nov 2007 18:07:50 +0000 Subject: Merge of trunk revisions 1.15 and 1.16, unposted and 23070. --- Test/C02cond.ztst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Test') 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 -- cgit 1.4.1