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