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