diff --git a/tests/qemu-iotests/007 b/tests/qemu-iotests/007 index c454f2c8ec816552b46c0e0d852786f1c7f86451..6fa760330ddbd6329619ee140fa979ff81f1dc56 100755 --- a/tests/qemu-iotests/007 +++ b/tests/qemu-iotests/007 @@ -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