diff mbox series

[17/17] xfs/206: filter out the zoned line from mkfs output

Message ID 20250312064541.664334-18-hch@lst.de (mailing list archive)
State New
Headers show
Series [01/17] xfs/177: force a small file system size | expand

Commit Message

Christoph Hellwig March 12, 2025, 6:45 a.m. UTC
So that the test still passes with a zone enabled mkfs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/xfs/206 | 1 +
 1 file changed, 1 insertion(+)

Comments

Darrick J. Wong March 12, 2025, 8:20 p.m. UTC | #1
On Wed, Mar 12, 2025 at 07:45:09AM +0100, Christoph Hellwig wrote:
> So that the test still passes with a zone enabled mkfs.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Same patch that I had!
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>

--D

> ---
>  tests/xfs/206 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/xfs/206 b/tests/xfs/206
> index 01531e1f08c3..bfd2dee939dd 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"
>  }
>  
> -- 
> 2.45.2
> 
>
diff mbox series

Patch

diff --git a/tests/xfs/206 b/tests/xfs/206
index 01531e1f08c3..bfd2dee939dd 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"
 }