]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/206: update for metadata directory support
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Feb 2024 00:06:38 +0000 (16:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:41:56 +0000 (13:41 -0700)
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"
 }