On Mon, Dec 04, 2023 at 03:45:11PM +0000, fdmanana@xxxxxxxxxx wrote: > From: Filipe Manana <fdmanana@xxxxxxxx> > > This test case exercises subvolumes, snapshot and send/receive, so add > the corresponding groups to the test. > > Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> > --- Good to me, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/btrfs/048 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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() > -- > 2.40.1 > >