Blame SOURCES/kvm-iotests-Clean-up-wrap-image-in-197.patch

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