Blame SOURCES/kvm-iotests-Remove-superfluous-rm-from-232.patch

7711c0
From f84dbeffdf969f2b06d4bf6d4cbd6b49c77bb58d Mon Sep 17 00:00:00 2001
7711c0
From: John Snow <jsnow@redhat.com>
7711c0
Date: Wed, 20 Mar 2019 16:16:27 +0100
7711c0
Subject: [PATCH 029/163] iotests: Remove superfluous rm from 232
7711c0
7711c0
RH-Author: John Snow <jsnow@redhat.com>
7711c0
Message-id: <20190320161631.14841-16-jsnow@redhat.com>
7711c0
Patchwork-id: 84957
7711c0
O-Subject: [RHEL-7.7 qemu-kvm-rhev PATCH 15/19] iotests: Remove superfluous rm from 232
7711c0
Bugzilla: 1668956
7711c0
RH-Acked-by: Max Reitz <mreitz@redhat.com>
7711c0
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
7711c0
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
7711c0
From: Max Reitz <mreitz@redhat.com>
7711c0
7711c0
This test creates no such file.
7711c0
7711c0
Signed-off-by: Max Reitz <mreitz@redhat.com>
7711c0
Reviewed-by: Eric Blake <eblake@redhat.com>
7711c0
Reviewed-by: John Snow <jsnow@redhat.com>
7711c0
Message-id: 20190210145736.1486-4-mreitz@redhat.com
7711c0
Signed-off-by: Max Reitz <mreitz@redhat.com>
7711c0
(cherry picked from commit 8f4ed6983ab1bda264074ac98d32657b411223bc)
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
---
7711c0
 tests/qemu-iotests/232 | 1 -
7711c0
 1 file changed, 1 deletion(-)
7711c0
7711c0
diff --git a/tests/qemu-iotests/232 b/tests/qemu-iotests/232
7711c0
index bc2972d..de884cd 100755
7711c0
--- a/tests/qemu-iotests/232
7711c0
+++ b/tests/qemu-iotests/232
7711c0
@@ -30,7 +30,6 @@ status=1	# failure is the default!
7711c0
 _cleanup()
7711c0
 {
7711c0
     _cleanup_test_img
7711c0
-    rm -f $TEST_IMG.snap
7711c0
 }
7711c0
 trap "_cleanup; exit \$status" 0 1 2 3 15
7711c0
 
7711c0
-- 
7711c0
1.8.3.1
7711c0