mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/466: explicitly request $SCRATCH_DEV to be a block device
so "blockdev --getsize64 $SCRATCH_DEV" will succeed. Signed-off-by: Hou Tao <houtao1@huawei.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ _cleanup()
|
||||
_supported_os Linux
|
||||
_supported_fs generic
|
||||
_require_scratch_nocheck
|
||||
_require_block_device $SCRATCH_DEV
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
|
||||
Reference in New Issue
Block a user