From: Max Reitz Date: Sat, 21 Apr 2018 13:29:27 +0000 (+0200) Subject: iotests: Clean up wrap image in 197 X-Git-Tag: v3.0.0-rc0~152^2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdc0b73eb68d107944cfa65185fb155b511e496;p=thirdparty%2Fqemu.git iotests: Clean up wrap image in 197 Signed-off-by: Max Reitz Reviewed-by: Stefan Hajnoczi Reviewed-by: Alberto Garcia Message-id: 20180421132929.21610-8-mreitz@redhat.com Reviewed-by: Kevin Wolf Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/197 b/tests/qemu-iotests/197 index 5e869fe2b77..3ae4975eecd 100755 --- a/tests/qemu-iotests/197 +++ b/tests/qemu-iotests/197 @@ -44,6 +44,7 @@ esac _cleanup() { _cleanup_test_img + rm -f "$TEST_WRAP" rm -f "$BLKDBG_CONF" } trap "_cleanup; exit \$status" 0 1 2 3 15