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