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