diff options
Diffstat (limited to 'tests/qemu-iotests/117')
-rwxr-xr-x | tests/qemu-iotests/117 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/117 b/tests/qemu-iotests/117 index e955d52de3..6c83461182 100755 --- a/tests/qemu-iotests/117 +++ b/tests/qemu-iotests/117 @@ -29,6 +29,7 @@ status=1 # failure is the default! _cleanup() { + _cleanup_qemu _cleanup_test_img } trap "_cleanup; exit \$status" 0 1 2 3 15 |