From: Darrick J. Wong Date: Fri, 17 Sep 2021 00:39:24 +0000 (-0700) Subject: btrfs: fix incorrect subvolume test group name X-Git-Tag: v2022.05.01~221 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a2fd08bc83f2ca0fd5b387f74624b5feef740a6e;p=xfstests-dev.git btrfs: fix incorrect subvolume test group name The group for testing subvolume functionality is 'subvol', not 'subvolume'. Signed-off-by: Darrick J. Wong Reviewed-by: Amir Goldstein Signed-off-by: Eryu Guan --- diff --git a/tests/btrfs/233 b/tests/btrfs/233 index f3e3762c..6a414443 100755 --- a/tests/btrfs/233 +++ b/tests/btrfs/233 @@ -9,7 +9,7 @@ # performed. # . ./common/preamble -_begin_fstest auto quick subvolume +_begin_fstest auto quick subvol # Override the default cleanup function. _cleanup() diff --git a/tests/btrfs/245 b/tests/btrfs/245 index 2b9c63c7..f3380ac2 100755 --- a/tests/btrfs/245 +++ b/tests/btrfs/245 @@ -8,7 +8,7 @@ # as subvolume and snapshot creation and deletion. # . ./common/preamble -_begin_fstest auto quick idmapped subvolume +_begin_fstest auto quick idmapped subvol # get standard environment, filters and checks . ./common/rc