Re: [PATCH 01/13] fstests: fix group check in new script
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-06-16 05:41:05
Also in:
fstests
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-06-16 05:41:05
Also in:
fstests
On Mon, Jun 14, 2021 at 01:59:04PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> In the tests/*/group files, group names are found in the Nth columns of the file, where N > 1. The grep expression to warn about unknown groups is not correct (since it currently checks column 1), so fix this. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <redacted> Reviewed-by: Allison Henderson <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>