On Tue, Aug 17, 2021 at 04:53:05PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Filesystem shrink tests for xfs are supposed to be in the 'shrinkfs' > group, not 'shrink'. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- Yes, you're right: [zorro@zlang-laptop xfstests-dev]$ grep -rsn _begin_fstest tests/|grep shrink tests/xfs/176:11:_begin_fstest auto quick shrink tests/xfs/163:13:_begin_fstest auto quick growfs shrinkfs tests/xfs/168:14:_begin_fstest auto growfs shrinkfs ioctl prealloc stress Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/xfs/176 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/tests/xfs/176 b/tests/xfs/176 > index ce9965c2..ba4aae59 100755 > --- a/tests/xfs/176 > +++ b/tests/xfs/176 > @@ -8,7 +8,7 @@ > # of the filesystem is now in the middle of a sparse inode cluster. > # > . ./common/preamble > -_begin_fstest auto quick shrink > +_begin_fstest auto quick shrinkfs > > # Import common functions. > . ./common/filter >