diff options
Diffstat (limited to 'tests/qemu-iotests/156')
-rwxr-xr-x | tests/qemu-iotests/156 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/156 b/tests/qemu-iotests/156 index 78deaffcc3..d799b73e1e 100755 --- a/tests/qemu-iotests/156 +++ b/tests/qemu-iotests/156 @@ -37,6 +37,7 @@ status=1 # failure is the default! _cleanup() { + _cleanup_qemu rm -f "$TEST_IMG{,.target}{,.backing,.overlay}" } trap "_cleanup; exit \$status" 0 1 2 3 15 |