diff mbox series

[1/2] btrfs/271: include common/fail_make_request

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

Commit Message

Christoph Hellwig Aug. 23, 2022, 7:32 p.m. UTC
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(+)

Comments

Darrick J. Wong Aug. 24, 2022, 3:06 p.m. UTC | #1
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 mbox series

Patch

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