]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
btrfs/136: check for ext3 support
authorJohannes Thumshirn <jth@kernel.org>
Mon, 11 Nov 2024 12:24:53 +0000 (13:24 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 15 Nov 2024 06:51:04 +0000 (14:51 +0800)
Test-case btrfs/136 requires ext3 support, so check for ext3 using
_require_extra_fs.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/136

index 9b5b3331119f4e3715716aa4648a0bd92eb0d163..2a5280fb9bd132a674aefb04038f4ad70ce8fd74 100755 (executable)
@@ -20,6 +20,8 @@ _require_scratch_nocheck
 # ext4 does not support zoned block device
 _require_non_zoned_device "${SCRATCH_DEV}"
 
+_require_extra_fs ext3
+
 _require_command "$BTRFS_CONVERT_PROG" btrfs-convert
 _require_command "$MKFS_EXT4_PROG" mkfs.ext4
 _require_command "$E2FSCK_PROG" e2fsck