aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 4ca50ef..305d135 100755
--- a/test.bash
+++ b/test.bash
@@ -18,9 +18,10 @@ if ! flock --nonblock 200 ; then
fi
# Clean up dangling filesystems
+source tests/fuse-unmount.bash
for i in $(cat /proc/mounts | grep $TESTDIR | cut -f2 -d" "); do
echo "Warning: unmounting leftover filesystem: $i"
- fusermount -u $i
+ fuse-unmount $i
done
source build-without-openssl.bash