]> arthur.barton.de Git - bup.git/blobdiff - t/test-fuse.sh
test-fuse: unset BLOCK_SIZE, etc. for ls output
[bup.git] / t / test-fuse.sh
index 3e2b3b288752e2f4e1c46ec05634ae2c63887d63..c19918284cc30d2e401b81d2348b5b00a95c9c41 100755 (executable)
@@ -3,6 +3,8 @@
 
 set -o pipefail
 
+unset BLOCKSIZE BLOCK_SIZE DF_BLOCK_SIZE
+
 if test -n "$(type -p modprobe)" && ! modprobe fuse; then
     echo 'Unable to load fuse module; skipping dependent tests.' 1>&2
     exit 0