diff mbox series

[09/10] xfs/206: screen out exchange-range from golden output

Message ID 171867145436.793463.8960807127589028072.stgit@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [01/10] misc: split swapext and exchangerange | expand

Commit Message

Darrick J. Wong June 18, 2024, 12:49 a.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Fix this so that exchange-range doesn't trigger test failures.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/xfs/206 |    1 +
 1 file changed, 1 insertion(+)

Comments

Christoph Hellwig June 19, 2024, 6:10 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 cb346b6dc9..f973980eb2 100755
--- a/tests/xfs/206
+++ b/tests/xfs/206
@@ -64,6 +64,7 @@  mkfs_filter()
 	    -e "s/\(sunit=\)\([0-9]* blks,\)/\10 blks,/" \
 	    -e "s/, lazy-count=[0-9]//" \
 	    -e "/.*crc=/d" \
+	    -e "/exchange=/d" \
 	    -e "/^Default configuration/d"
 }