mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix broken mkfs usage from previous checkin.
This commit is contained in:
@@ -107,25 +107,25 @@ echo "=== version 1, one entry"
|
||||
mkfs_xfs $MKFSV1 | _filter_mkfs >/dev/null 2>&1
|
||||
_check_repair
|
||||
echo "=== version 2, one entry (shortform)"
|
||||
mkfs $MKFSV2 | _filter_mkfs >/dev/null 2>&1
|
||||
mkfs_xfs $MKFSV2 | _filter_mkfs >/dev/null 2>&1
|
||||
_check_repair
|
||||
|
||||
# block-form root directory & repeat
|
||||
_create_proto 20
|
||||
echo "=== version 1, twenty entries"
|
||||
mkfs $MKFSV1 | _filter_mkfs >/dev/null 2>&1
|
||||
mkfs_xfs $MKFSV1 | _filter_mkfs >/dev/null 2>&1
|
||||
_check_repair
|
||||
echo "=== version 2, twenty entries (block form)"
|
||||
mkfs $MKFSV2 | _filter_mkfs >/dev/null 2>&1
|
||||
mkfs_xfs $MKFSV2 | _filter_mkfs >/dev/null 2>&1
|
||||
_check_repair
|
||||
|
||||
# leaf-form root directory & repeat
|
||||
_create_proto 1000
|
||||
echo "=== version 1, thousand entries"
|
||||
mkfs $MKFSV1 | _filter_mkfs >/dev/null 2>&1
|
||||
mkfs_xfs $MKFSV1 | _filter_mkfs >/dev/null 2>&1
|
||||
_check_repair
|
||||
echo "=== version 2, thousand entries (leaf form)"
|
||||
mkfs $MKFSV2 | _filter_mkfs >/dev/null 2>&1
|
||||
mkfs_xfs $MKFSV2 | _filter_mkfs >/dev/null 2>&1
|
||||
_check_repair
|
||||
|
||||
# success, all done
|
||||
|
||||
Reference in New Issue
Block a user