iotests: Remove superfluous rm from 232
authorMax Reitz <mreitz@redhat.com>
Sun, 10 Feb 2019 14:57:29 +0000 (15:57 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 25 Feb 2019 14:11:28 +0000 (15:11 +0100)
This test creates no such file.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20190210145736.1486-4-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/232

index 0708b8b155e73ec2471c4a18a7b4a6ecfdc561f7..93e5d641a300a37e97cfce301fe91aa8995015d7 100755 (executable)
@@ -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