Re: [PATCH blktests v2 02/11] common/xfs: Create common helper to check for XFS support

From: Chaitanya Kulkarni
Date: Tue Oct 06 2020 - 19:44:30 EST


On 9/30/20 11:54, Logan Gunthorpe wrote:
>
> requires() {
> _nvme_requires
> - _have_program mkfs.xfs && _have_fio
> + _have_xfs
> + _have_fio
Can you make _have_xfs return true false ? so it can be used with && ?