From: Max Reitz Date: Sun, 10 Feb 2019 14:57:29 +0000 (+0100) Subject: iotests: Remove superfluous rm from 232 X-Git-Tag: v4.0.0-rc0~78^2^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f4ed6983ab1bda264074ac98d32657b411223bc;p=thirdparty%2Fqemu.git iotests: Remove superfluous rm from 232 This test creates no such file. Signed-off-by: Max Reitz Reviewed-by: Eric Blake Reviewed-by: John Snow Message-id: 20190210145736.1486-4-mreitz@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/232 b/tests/qemu-iotests/232 index 0708b8b155e..93e5d641a30 100755 --- a/tests/qemu-iotests/232 +++ b/tests/qemu-iotests/232 @@ -29,7 +29,6 @@ status=1 # failure is the default! _cleanup() { _cleanup_test_img - rm -f $TEST_IMG.snap } trap "_cleanup; exit \$status" 0 1 2 3 15