mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Avoid mkfs options conflict, use minimal mkfs options to create loopfs.
Merge of master-melb:xfs-cmds:29028a by kenmcd.
This commit is contained in:
@@ -68,7 +68,7 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \
|
|||||||
|| _fail "!!! failed to mount"
|
|| _fail "!!! failed to mount"
|
||||||
|
|
||||||
_log "Create xfs fs in file on scratch"
|
_log "Create xfs fs in file on scratch"
|
||||||
/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \
|
/sbin/mkfs.xfs -f -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \
|
||||||
>> $seq.full 2>&1 \
|
>> $seq.full 2>&1 \
|
||||||
|| _fail "!!! failed to mkfs xfs"
|
|| _fail "!!! failed to mkfs xfs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user