summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1087198.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1087198.t')
-rw-r--r--tests/bugs/bug-1087198.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/bug-1087198.t b/tests/bugs/bug-1087198.t
index 6d3802ed088..e34334b61f5 100644
--- a/tests/bugs/bug-1087198.t
+++ b/tests/bugs/bug-1087198.t
@@ -14,6 +14,7 @@
. $(dirname $0)/../include.rc
. $(dirname $0)/../fileio.rc
+. $(dirname $0)/../volume.rc
. $(dirname $0)/../nfs.rc
cleanup;
@@ -71,6 +72,6 @@ TEST grep -e "\"Usage is above soft limit:.*used by /\"" -- $BRICK_LOG_DIR/*
#25
## Step 7
-TEST umount -f $N0
+EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0
cleanup;