mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: fix btrfs/002 to not use the scratch dev pool
This test doesn't need the scratch dev pool and it also doesn't call _require_scratch_dev_pool, so just kick out the scratch dev pool part of the test. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
5d88b638ff
commit
122fba38be
+1
-2
@@ -45,9 +45,8 @@ _need_to_be_root
|
|||||||
_supported_fs btrfs
|
_supported_fs btrfs
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
_require_scratch
|
_require_scratch
|
||||||
_require_scratch_dev_pool
|
|
||||||
|
|
||||||
_scratch_pool_mkfs > /dev/null 2>&1 || _fail "mkfs failed"
|
_scratch_mkfs > /dev/null 2>&1 || _fail "mkfs failed"
|
||||||
_scratch_mount
|
_scratch_mount
|
||||||
|
|
||||||
# Create and save sha256sum
|
# Create and save sha256sum
|
||||||
|
|||||||
Reference in New Issue
Block a user