]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qemu-iotests: remove test image after 015 is done
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Jul 2009 19:39:57 +0000 (21:39 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Feb 2012 15:17:01 +0000 (16:17 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/015

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