1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

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.
This commit is contained in:
Bernhard Voelker
2013-12-09 01:03:56 +00:00
committed by Pádraig Brady
parent 0917c0c345
commit 4a6189a0ea

View File

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