From: Josef Bacik <josef@xxxxxxxxxxxxxx> LVM doesn't like it when you remove the file out from underneath the backing device. Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> --- tests/btrfs/291 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/291 b/tests/btrfs/291 index c5947133239940..bfffb845fea740 100755 --- a/tests/btrfs/291 +++ b/tests/btrfs/291 @@ -20,9 +20,9 @@ _cleanup() { cd / _log_writes_cleanup &> /dev/null - rm -f $img $LVM_PROG vgremove -f -y $vgname >>$seqres.full 2>&1 losetup -d $loop_dev >>$seqres.full 2>&1 + rm -f $img _restore_fsverity_signatures } -- 2.42.1