From: Filipe Manana Date: Mon, 4 Dec 2023 15:45:11 +0000 (+0000) Subject: btrfs/048: add missing groups 'subvol', 'snapshot' and 'send' X-Git-Tag: v2023.12.10~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=98865122ed3cbedabffdb09d1c4af32bfa32baf5;p=xfstests-dev.git 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 Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/048 b/tests/btrfs/048 index 7816a997..8a88b8cc 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()