aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-12-04 15:45:11 +0000
committerZorro Lang <zlang@kernel.org>2023-12-09 12:51:34 +0800
commit98865122ed3cbedabffdb09d1c4af32bfa32baf5 (patch)
tree3435a3e08fea9fdd392cb96bd64fed76590af261
parentfac81f816d7c9e565f47c67fd6fc946052e0bb88 (diff)
downloadxfstests-dev-98865122ed3cbedabffdb09d1c4af32bfa32baf5.tar.gz
btrfs/048: add missing groups 'subvol', 'snapshot' and 'send'
This test case exercises subvolumes, snapshot and send/receive, so add the corresponding groups to the test. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/0482
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/048 b/tests/btrfs/048
index 7816a9975c..8a88b8cc04 100755
--- a/tests/btrfs/048
+++ b/tests/btrfs/048
@@ -11,7 +11,7 @@
# btrfs: fix zstd compression parameter
#
. ./common/preamble
-_begin_fstest auto quick compress
+_begin_fstest auto quick compress subvol snapshot send
# Override the default cleanup function.
_cleanup()