mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix test 049 so that it works with larger default log sizes
This commit is contained in:
@@ -93,7 +93,7 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \
|
||||
|| _fail "!!! failed to mount"
|
||||
|
||||
_log "Create xfs fs in file on scratch"
|
||||
/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=20m \
|
||||
/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \
|
||||
>> $seq.full 2>&1 \
|
||||
|| _fail "!!! failed to mkfs xfs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user