]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qemu-iotests: Cleanup test image in test number 007
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Thu, 12 Sep 2013 08:37:59 +0000 (14:07 +0530)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 11:54:43 +0000 (13:54 +0200)
qemu-iotests number 007 doesn't do test image cleanup. This will affect
those protocols that expect a clean state before every test. Hence
ensure that test image is cleaned up in this test.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/007

index c454f2c8ec816552b46c0e0d852786f1c7f86451..6fa760330ddbd6329619ee140fa979ff81f1dc56 100755 (executable)
@@ -30,7 +30,7 @@ status=1      # failure is the default!
 
 _cleanup()
 {
-#      _cleanup_test_img
+       _cleanup_test_img
        true
 }
 trap "_cleanup; exit \$status" 0 1 2 3 15