From a2ff596c1f818cc2f2f6854d0b9b44421147d785 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Dec 2002 17:45:54 +0000 Subject: Skip this test if `.' is on a non-local file system. --- tests/du/slink | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests') diff --git a/tests/du/slink b/tests/du/slink index b309dddf6..6d6f5b9fe 100755 --- a/tests/du/slink +++ b/tests/du/slink @@ -15,6 +15,17 @@ framework_failure=0 mkdir -p $tmp || framework_failure=1 cd $tmp || framework_failure=1 +# Determine if `.' is on a local (would non-NFS be sufficient?) file system. +# On at least some NFS implementations, symlinks never take up space, +df --local . > tmp +# So if this is a non-local file system, skip the test. +if grep '^/' tmp > /dev/null; then + # Ok. +else + echo "$0: skipping this test, since \`.' is on a non-local file system" 1>&2 + (exit 77); exit +fi + if test $framework_failure = 1; then echo "$0: failure in testing framework" 1>&2 (exit 1); exit 1 -- cgit v1.2.3-70-g09d2