diff mbox series

[08/15] xfs/206: update mkfs filtering for rt groups feature

Message ID 173992589327.4079457.1787652822219676386.stgit@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [01/15] common/populate: refactor caching of metadumps to a helper | expand

Commit Message

Darrick J. Wong Feb. 19, 2025, 12:59 a.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

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" <djwong@kernel.org>
---
 tests/xfs/206 |    1 +
 1 file changed, 1 insertion(+)

Comments

Christoph Hellwig Feb. 19, 2025, 7:15 a.m. UTC | #1
Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>
diff mbox series

Patch

diff --git a/tests/xfs/206 b/tests/xfs/206
index ef5f4868e9bdca..01531e1f08c37e 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"
 }