yeahuh / rpms / qemu-kvm

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