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
This commit is contained in:
Vincent Untz 2012-06-13 11:26:31 +02:00
parent ef352b51c5
commit bf3923174e

View File

@ -141,3 +141,5 @@ if [[ -z "$VAL" ]]; then
else
echo "inicomment failed: $VAL"
fi
rm test.ini