From: Filipe Manana <fdmanana@xxxxxxxx> btrfs/007 does not test lseek, it tests send/receive and lseek is not exercised anywhere in this test. So just remove it from the 'seek' group. Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> --- tests/btrfs/007 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/007 b/tests/btrfs/007 index ed7d143a..c4a8d9d0 100755 --- a/tests/btrfs/007 +++ b/tests/btrfs/007 @@ -13,7 +13,7 @@ owner=list.btrfs@xxxxxxxxxxxxx . ./common/preamble -_begin_fstest auto quick rw metadata send seek +_begin_fstest auto quick rw metadata send # Override the default cleanup function. _cleanup() -- 2.35.1