aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-xtests/qemu-iotests/0152
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/015 b/tests/qemu-iotests/015
index ad8a3d07a..a8add14a7 100755
--- a/tests/qemu-iotests/015
+++ b/tests/qemu-iotests/015
@@ -32,7 +32,7 @@ status=1 # failure is the default!
_cleanup()
{
-# _cleanup_test_img
+ _cleanup_test_img
true
}
trap "_cleanup; exit \$status" 0 1 2 3 15