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

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