[PATCH 4/8] btrfs: fix incorrect subvolume test group name
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-09-17 00:39:27
Also in:
fstests
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-09-17 00:39:27
Also in:
fstests
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Darrick J. Wong <djwong@kernel.org> The group for testing subvolume functionality is 'subvol', not 'subvolume'. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Amir Goldstein <amir73il@gmail.com> --- tests/btrfs/233 | 2 +- tests/btrfs/245 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
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