From bf3923174e40b7931963bcba455d837e0ec864e3 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 13 Jun 2012 11:26:31 +0200 Subject: [PATCH] Remove test.ini when done with it during tests The file is created in the tests, and so should also be removed. Change-Id: I8c087cc5cc71ac80b7c4974e2a69a747a929bedf --- tests/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functions.sh b/tests/functions.sh index e7fbe0c559..e436ed97cd 100755 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -141,3 +141,5 @@ if [[ -z "$VAL" ]]; then else echo "inicomment failed: $VAL" fi + +rm test.ini