From: Christoph Hellwig Date: Fri, 21 Mar 2025 07:21:42 +0000 (+0100) Subject: xfs/206: filter out the zoned line from mkfs output X-Git-Tag: v2025.03.30~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8893b54c0a60816a7c2966f28bcdedb002db7f4f;p=xfstests-dev.git xfs/206: filter out the zoned line from mkfs output So that the test still passes with a zone enabled mkfs. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/206 b/tests/xfs/206 index 01531e1f..bfd2dee9 100755 --- a/tests/xfs/206 +++ b/tests/xfs/206 @@ -66,6 +66,7 @@ mkfs_filter() -e '/metadir=.*/d' \ -e 's/, parent=[01]//' \ -e '/rgcount=/d' \ + -e '/zoned=/d' \ -e "/^Default configuration/d" }