btrfs-progs: tests: remove temporary images in mkfs/005 and mkfs/006

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-09-12 18:22:24 +02:00
parent 03fb34b6b4
commit 01bcf68cf5
2 changed files with 2 additions and 0 deletions

View File

@ -38,3 +38,4 @@ run_check $SUDO_HELPER $TOP/btrfs inspect-internal dump-super $dmdev
run_check $SUDO_HELPER dmsetup remove $dmname
run_mayfail $SUDO_HELPER losetup -d $loopdev
run_check truncate -s0 img
rm img

View File

@ -29,3 +29,4 @@ done
# cleanup
run_check $SUDO_HELPER losetup -d $loopdev
run_check truncate -s0 img
rm img