summaryrefslogtreecommitdiffstats
path: root/tests/include.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include.rc')
-rw-r--r--tests/include.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc
index d4772bd42f4..569e0db7e03 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -387,6 +387,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