From: Josef Bacik Date: Tue, 5 Mar 2024 18:52:22 +0000 (+0100) Subject: btrfs/291: remove image file after teardown X-Git-Tag: v2024.03.17~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3552178f39be38e7aeee91d56026b8ba73ea12e8;p=xfstests-dev.git btrfs/291: remove image file after teardown LVM doesn't like it when you remove the file out from underneath the backing device. Reviewed-by: Anand Jain Signed-off-by: Josef Bacik Signed-off-by: Anand Jain --- diff --git a/tests/btrfs/291 b/tests/btrfs/291 index c5947133..bfffb845 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 }