OSDN Git Service

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 ad8a3d0..a8add14 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