summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/include.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc
index 92c8c8a2763..65fe0cc9c81 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -388,6 +388,9 @@ function cleanup()
done
killall -15 glusterfs glusterfsd glusterd 2>/dev/null || true;
+ for m in `mount | grep fuse.glusterfs | awk '{print $3}'`; do
+ umount $m
+ done
test x"$OSTYPE" = x"NetBSD" && pkill -15 perfused rpc.statd || true
# allow completion of signal handlers for SIGTERM before issue SIGKILL
sleep 1