aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/110
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/110')
-rwxr-xr-xtests/qemu-iotests/1104
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/110 b/tests/qemu-iotests/110
index 2ef516baf1..f78df0e6e1 100755
--- a/tests/qemu-iotests/110
+++ b/tests/qemu-iotests/110
@@ -28,8 +28,8 @@ status=1 # failure is the default!
_cleanup()
{
- _cleanup_test_img
- rm -f "$TEST_IMG.copy"
+ _cleanup_test_img
+ _rm_test_img "$TEST_IMG.copy"
}
trap "_cleanup; exit \$status" 0 1 2 3 15