]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/206: filter out the parent= status from mkfs
authorDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jun 2024 20:57:27 +0000 (13:57 -0700)
committerZorro Lang <zlang@kernel.org>
Sun, 23 Jun 2024 15:04:36 +0000 (23:04 +0800)
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/206

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