summaryrefslogtreecommitdiff
path: root/tests/df
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2013-12-09 01:03:56 +0000
committerPádraig Brady <P@draigBrady.com>2013-12-09 09:24:24 +0000
commit4a6189a0ea0e49b542eb10ff3c9032145683ed63 (patch)
tree436dcfd758527097207c4ce972275393b73793cc /tests/df
parent0917c0c345f5e3c8856e3f59177b58608c21c6ea (diff)
downloadcoreutils-4a6189a0ea0e49b542eb10ff3c9032145683ed63.tar.xz
tests: avoid false df failure with nfs and lofs
* tests/df/total-unprocessed.sh: -t nfs and --local are _not_ mutually exclusive on solaris, with lofs mounts.
Diffstat (limited to 'tests/df')
-rwxr-xr-xtests/df/total-unprocessed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/df/total-unprocessed.sh b/tests/df/total-unprocessed.sh
index f6885d5eb..24b83a935 100755
--- a/tests/df/total-unprocessed.sh
+++ b/tests/df/total-unprocessed.sh
@@ -28,7 +28,7 @@ EOF
# The following simply finds no match for the combination
# of the options --local and FS-type nfs together with the
# argument ".". It must exit non-Zero nonetheless.
-df --local -t nfs --total '.' 2>out && fail=1
+df -t _non_existent_fstype_ --total '.' 2>out && fail=1
compare exp out || fail=1
cat <<\EOF > exp || framework_failure_