aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/215
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/215')
-rwxr-xr-xtests/qemu-iotests/2152
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/215 b/tests/qemu-iotests/215
index 55a1874dcd..f99bae78c7 100755
--- a/tests/qemu-iotests/215
+++ b/tests/qemu-iotests/215
@@ -40,7 +40,7 @@ esac
_cleanup()
{
_cleanup_test_img
- rm -f "$TEST_WRAP"
+ _rm_test_img "$TEST_WRAP"
rm -f "$BLKDBG_CONF"
}
trap "_cleanup; exit \$status" 0 1 2 3 15