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