common: use mount/umount helpers everywhere
[xfstests-dev.git] / tests / xfs / 196
index 189f4ce9a00713acbd69e677f3e7d648a8f78fe2..3bff8f62291ede09f657918f5afc6c5b0bba878e 100755 (executable)
@@ -35,7 +35,7 @@ status=1      # failure is the default!
 _cleanup()
 {
        cd /
-       umount $SCRATCH_MNT
+       _scratch_unmount
        rm -f $tmp.*
 }
 trap "_cleanup; exit \$status" 0 1 2 3 15