diff options
Diffstat (limited to 'tests/qemu-iotests/179')
-rwxr-xr-x | tests/qemu-iotests/179 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/179 b/tests/qemu-iotests/179 index 7bc8db8fe0..115944a753 100755 --- a/tests/qemu-iotests/179 +++ b/tests/qemu-iotests/179 @@ -30,6 +30,7 @@ status=1 # failure is the default! _cleanup() { _cleanup_test_img + rm -f "$TEST_DIR/blkdebug.conf" } trap "_cleanup; exit \$status" 0 1 2 3 15 |