common: use mount/umount helpers everywhere
[xfstests-dev.git] / tests / generic / 014
index a144a4740d16efb7b12ae8d7b0b972124d26455b..d2dcc282b1fd73f31360e7c2fc99b8d7303584ec 100755 (executable)
@@ -52,7 +52,7 @@ _require_sparse_files
 # by limiting the amount of preallocation and therefore the amount of blocks
 # zeroed during the truncfile test run.
 if [ "$FSTYP" == "xfs" ]; then
-       umount $TEST_DIR
+       _test_unmount
        _test_mount -o allocsize=64k
 fi