xfs/220: avoid failure when disabling quota accounting is not supported
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Jul 2021 07:38:29 +0000 (09:38 +0200)
committerEryu Guan <guaneryu@gmail.com>
Sun, 25 Jul 2021 14:45:08 +0000 (22:45 +0800)
commit6ba125c9cc98a9895bf360a9c6d11c46f37fe5b3
tree5cfa758ab16db413507a7edfe2f0bf332c2ba08e
parent4c5df3388944a17e10aacc69b40d5f58ce151ced
xfs/220: avoid failure when disabling quota accounting is not supported

Doing a proper _requires for quotaoff support is rather hard, as we need
to test it on a specific file system.  Instead just use sed to remove
the warning and let the test case pass.  Eventually it should just be
removed entirely.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/220