tidy mkfs parameterisation, -f option pulled into common.rc.

This commit is contained in:
fsgqa
2002-05-06 07:44:22 +00:00
parent fe932fdad3
commit f29425d6f7
29 changed files with 94 additions and 108 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ _require_scratch
echo "*** get uuid"
uuid=`_get_uuid $TEST_DEV`
echo "*** mkfs"
if ! mkfs_xfs -f $SCRATCH_DEV >$tmp.out 2>&1
if ! mkfs_xfs $SCRATCH_DEV >$tmp.out 2>&1
then
cat $tmp.out
echo "!!! failed to mkfs on $SCRATCH_DEV"