From 75858d5e8baacf02687d1ca7534250efedcee273 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 17 Aug 2021 16:53:05 -0700 Subject: [PATCH] xfs/176: fix the group name Filesystem shrink tests for xfs are supposed to be in the 'shrinkfs' group, not 'shrink'. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Eryu Guan --- 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 -- 2.39.5