diff mbox series

[02/11] xfs/206: filter out the parent= status from mkfs

Message ID 170405028454.1824869.85735145276487131.stgit@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [01/11] generic: test recovery of extended attribute updates | expand

Commit Message

Darrick J. Wong Dec. 27, 2023, 1:46 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Filter out the parent pointer bits from the mkfs output so that we don't
cause a regression in this test.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/xfs/206 |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/xfs/206 b/tests/xfs/206
index cb346b6dc9..f7f12ff1f9 100755
--- a/tests/xfs/206
+++ b/tests/xfs/206
@@ -64,7 +64,8 @@  mkfs_filter()
 	    -e "s/\(sunit=\)\([0-9]* blks,\)/\10 blks,/" \
 	    -e "s/, lazy-count=[0-9]//" \
 	    -e "/.*crc=/d" \
-	    -e "/^Default configuration/d"
+	    -e "/^Default configuration/d" \
+	    -e 's/, parent=[01]//'
 }
 
 # mkfs slightly smaller than that, small log for speed.