summaryrefslogtreecommitdiffstats
path: root/tests/basic/posixonly.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/posixonly.t')
-rwxr-xr-xtests/basic/posixonly.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/basic/posixonly.t b/tests/basic/posixonly.t
index b9de317a4d0..4844818fcc3 100755
--- a/tests/basic/posixonly.t
+++ b/tests/basic/posixonly.t
@@ -1,6 +1,7 @@
#!/bin/bash
. $(dirname $0)/../include.rc
+. $(dirname $0)/../volume.rc
cleanup;
@@ -25,6 +26,6 @@ TEST chown 100:100 $M0/dirname/filename;
TEST chown 100:100 $M0/dirname;
TEST rm -rf $M0/filename $M0/dirname;
-TEST umount $M0;
+EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0
cleanup;