mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
tidy mkfs parameterisation, -f option pulled into common.rc.
This commit is contained in:
@@ -92,7 +92,7 @@ _require_scratch
|
||||
rm -f $tmp.backup1 $tmp.backup2 $seq.full
|
||||
|
||||
# real QA test starts here
|
||||
mkfs_xfs -f $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
mkfs_xfs $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "mount failed"
|
||||
_create_test_bed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user