aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/095
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/095')
-rwxr-xr-xtests/qemu-iotests/0955
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/qemu-iotests/095 b/tests/qemu-iotests/095
index 58fe174b5e..155ae86aa7 100755
--- a/tests/qemu-iotests/095
+++ b/tests/qemu-iotests/095
@@ -32,8 +32,9 @@ status=1 # failure is the default!
_cleanup()
{
_cleanup_qemu
- rm -f "${TEST_IMG}.base" "${TEST_IMG}.snp1"
- _cleanup_test_img
+ _rm_test_img "${TEST_IMG}.base"
+ _rm_test_img "${TEST_IMG}.snp1"
+ _cleanup_test_img
}
trap "_cleanup; exit \$status" 0 1 2 3 15