On Tue, Aug 23, 2022 at 09:32:29PM +0200, Christoph Hellwig wrote: > This tests needs the _require_fail_make_request helper from > common/fail_make_request, so include that file to avoid a test failure. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Oops, sorry I forgot that. :/ Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > --- > tests/btrfs/271 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/btrfs/271 b/tests/btrfs/271 > index c21858d1..681fa965 100755 > --- a/tests/btrfs/271 > +++ b/tests/btrfs/271 > @@ -10,6 +10,7 @@ > _begin_fstest auto quick raid > > . ./common/filter > +. ./common/fail_make_request > > _supported_fs btrfs > _require_scratch > -- > 2.30.2 >