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