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