qemu-iotests: remove test image after 015 is done

Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Christoph Hellwig 2009-07-08 21:39:57 +02:00 committed by Kevin Wolf
parent b67f306864
commit e021915abd

View File

@ -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