From: Darrick J. Wong Date: Thu, 20 Feb 2025 21:47:07 +0000 (-0800) Subject: xfs/206: update mkfs filtering for rt groups feature X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d4f6426f6399ac03c6867c1cfc81b27eb82a59d;p=users%2Fhch%2Fxfstests-dev.git xfs/206: update mkfs filtering for rt groups feature Filter out the new mkfs lines that show the rtgroup information, since this test is heavily dependent on old mkfs output. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/206 b/tests/xfs/206 index ef5f4868e..01531e1f0 100755 --- a/tests/xfs/206 +++ b/tests/xfs/206 @@ -65,6 +65,7 @@ mkfs_filter() -e "/exchange=/d" \ -e '/metadir=.*/d' \ -e 's/, parent=[01]//' \ + -e '/rgcount=/d' \ -e "/^Default configuration/d" }