]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/206: filter out the zoned line from mkfs output
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Mar 2025 07:21:42 +0000 (08:21 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 28 Mar 2025 01:05:05 +0000 (09:05 +0800)
So that the test still passes with a zone enabled mkfs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/206

index 01531e1f08c37edc5c617a6c3040c91ccf780a7b..bfd2dee939ddd7406b69ec3ca97f2a3dd530513d 100755 (executable)
@@ -66,6 +66,7 @@ mkfs_filter()
            -e '/metadir=.*/d' \
            -e 's/, parent=[01]//' \
            -e '/rgcount=/d' \
+           -e '/zoned=/d' \
            -e "/^Default configuration/d"
 }