summary refs log tree commit diff stats
path: root/tests/qemu-iotests/160
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/160')
-rwxr-xr-xtests/qemu-iotests/1603
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/160 b/tests/qemu-iotests/160
index df89d3864b..0572b5ae9a 100755
--- a/tests/qemu-iotests/160
+++ b/tests/qemu-iotests/160
@@ -28,7 +28,8 @@ status=1
 _cleanup()
 {
     _cleanup_test_img
-    rm -f "$TEST_IMG.out" "$TEST_IMG.out.dd"
+    _rm_test_img "$TEST_IMG.out"
+    _rm_test_img "$TEST_IMG.out.dd"
 }
 trap "_cleanup; exit \$status" 0 1 2 3 15