26ba25
From 73cff4668c6be7f24c7ce69703d5d6600badd139 Mon Sep 17 00:00:00 2001
26ba25
From: Max Reitz <mreitz@redhat.com>
26ba25
Date: Mon, 18 Jun 2018 16:12:10 +0200
26ba25
Subject: [PATCH 043/268] iotests: Clean up wrap image in 197
26ba25
26ba25
RH-Author: Max Reitz <mreitz@redhat.com>
26ba25
Message-id: <20180618161212.14444-9-mreitz@redhat.com>
26ba25
Patchwork-id: 80768
26ba25
O-Subject: [RHV-7.6 qemu-kvm-rhev PATCH 08/10] iotests: Clean up wrap image in 197
26ba25
Bugzilla: 1518738
26ba25
RH-Acked-by: John Snow <jsnow@redhat.com>
26ba25
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
26ba25
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
26ba25
Signed-off-by: Max Reitz <mreitz@redhat.com>
26ba25
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
26ba25
Reviewed-by: Alberto Garcia <berto@igalia.com>
26ba25
Message-id: 20180421132929.21610-8-mreitz@redhat.com
26ba25
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
26ba25
Signed-off-by: Max Reitz <mreitz@redhat.com>
26ba25
(cherry picked from commit 5fdc0b73eb68d107944cfa65185fb155b511e496)
26ba25
Signed-off-by: Max Reitz <mreitz@redhat.com>
26ba25
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
---
26ba25
 tests/qemu-iotests/197 | 1 +
26ba25
 1 file changed, 1 insertion(+)
26ba25
26ba25
diff --git a/tests/qemu-iotests/197 b/tests/qemu-iotests/197
26ba25
index 5e869fe..3ae4975 100755
26ba25
--- a/tests/qemu-iotests/197
26ba25
+++ b/tests/qemu-iotests/197
26ba25
@@ -44,6 +44,7 @@ esac
26ba25
 _cleanup()
26ba25
 {
26ba25
     _cleanup_test_img
26ba25
+    rm -f "$TEST_WRAP"
26ba25
     rm -f "$BLKDBG_CONF"
26ba25
 }
26ba25
 trap "_cleanup; exit \$status" 0 1 2 3 15
26ba25
-- 
26ba25
1.8.3.1
26ba25