summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-966018.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-966018.t')
-rw-r--r--tests/bugs/bug-966018.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-966018.t b/tests/bugs/bug-966018.t
index 7127189c63b..47a36c40c61 100644
--- a/tests/bugs/bug-966018.t
+++ b/tests/bugs/bug-966018.t
@@ -30,6 +30,6 @@ echo 1 > $M0/1 && chmod +x $M0/1
inodelk_max_latency=$($CLI volume profile $V0 info | grep INODELK | awk 'BEGIN {max = 0} {if ($6 > max) max=$6;} END {print max}' | cut -d. -f 1 | egrep "[0-9]{7,}")
TEST [ -z $inodelk_max_latency ]
-TEST umount $N0
+EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0
cleanup;