Message ID | 20220823193230.505544-1-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] btrfs/271: include common/fail_make_request | expand |
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@lst.de> Oops, sorry I forgot that. :/ Reviewed-by: Darrick J. Wong <djwong@kernel.org> --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 >
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
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@lst.de> --- tests/btrfs/271 | 1 + 1 file changed, 1 insertion(+)