]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/206: update for metadata directory support
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:27:22 +0000 (16:27 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 23 Jan 2025 21:19:54 +0000 (13:19 -0800)
Filter 'metadir=' out of the golden output so that metadata directories
don't cause this test to regress.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
tests/xfs/206

index 1297433188e8684d2b7aab08e7402bee5059380f..ef5f4868e9bdcac336a3d73bd05619e2da29a214 100755 (executable)
@@ -63,6 +63,7 @@ mkfs_filter()
            -e "s/, lazy-count=[0-9]//" \
            -e "/.*crc=/d" \
            -e "/exchange=/d" \
+           -e '/metadir=.*/d' \
            -e 's/, parent=[01]//' \
            -e "/^Default configuration/d"
 }