summary refs log tree commit diff stats
path: root/tests/qemu-iotests/195
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/195')
-rwxr-xr-xtests/qemu-iotests/1952
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/195 b/tests/qemu-iotests/195
index ef7b9a94e2..48984b7ac1 100755
--- a/tests/qemu-iotests/195
+++ b/tests/qemu-iotests/195
@@ -29,7 +29,7 @@ status=1 # failure is the default!
 _cleanup()
 {
     _cleanup_test_img
-    rm -f "$TEST_IMG.mid"
+    _rm_test_img "$TEST_IMG.mid"
 }
 trap "_cleanup; exit \$status" 0 1 2 3 15