tidy mkfs parameterisation, -f option pulled into common.rc.
[xfstests-dev.git] / 054
diff --git a/054 b/054
index 53d30aa897f42a0300677d6e560d6329d95fdf8a..c28788b8fc65b36637704790c72ac77957803100 100755 (executable)
--- a/054
+++ b/054
@@ -77,7 +77,7 @@ _filter_stat()
 
 _exercise()
 {
-       mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
+       mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
        _qmount
 
        umask 022
@@ -110,7 +110,7 @@ _exercise()
 }
 
 # real QA test starts here
-mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
+mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
 MOUNT_OPTIONS="-o usrquota,grpquota"; export MOUNT_OPTIONS
 _qmount
 if src/feature -G $SCRATCH_DEV ; then