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:
@@ -98,8 +98,8 @@ EOF
|
||||
#
|
||||
_require_scratch
|
||||
|
||||
MKFSV1="-f -p $tmp.proto -n version=1 $SCRATCH_DEV"
|
||||
MKFSV2="-f -p $tmp.proto -n version=2 $SCRATCH_DEV"
|
||||
MKFSV1="-p $tmp.proto -n version=1 $SCRATCH_DEV"
|
||||
MKFSV2="-p $tmp.proto -n version=2 $SCRATCH_DEV"
|
||||
|
||||
# sanity test - default + one root directory entry
|
||||
_create_proto 0
|
||||
|
||||
Reference in New Issue
Block a user