aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/123
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/123')
-rwxr-xr-xtests/qemu-iotests/1232
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/123 b/tests/qemu-iotests/123
index 74d40d0478..01b771c76e 100755
--- a/tests/qemu-iotests/123
+++ b/tests/qemu-iotests/123
@@ -29,7 +29,7 @@ status=1 # failure is the default!
_cleanup()
{
_cleanup_test_img
- rm -f "$SRC_IMG"
+ _rm_test_img "$SRC_IMG"
}
trap "_cleanup; exit \$status" 0 1 2 3 15