mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/064: access SCRATCH_MNT after _scratch_mount
Test is calling _get_block_size $SCRATCH_MNT before _scratch_mount. This results in block size of the wrong fs and a failure with overlay base fs setup. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
db24846eb3
commit
7626c85341
+6
-4
@@ -46,14 +46,16 @@ _require_scratch
|
||||
_require_xfs_io_command "fiemap"
|
||||
_require_xfs_io_command "finsert"
|
||||
_require_xfs_io_command "fcollapse"
|
||||
src=$SCRATCH_MNT/testfile
|
||||
dest=$SCRATCH_MNT/testfile.dest
|
||||
BLOCKS=100
|
||||
BSIZE=`_get_block_size $SCRATCH_MNT`
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
_scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"
|
||||
_scratch_mount || _fail "mount failed"
|
||||
|
||||
src=$SCRATCH_MNT/testfile
|
||||
dest=$SCRATCH_MNT/testfile.dest
|
||||
BLOCKS=100
|
||||
BSIZE=`_get_block_size $SCRATCH_MNT`
|
||||
length=$(($BLOCKS * $BSIZE))
|
||||
|
||||
# Write file
|
||||
|
||||
Reference in New Issue
Block a user