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:
parent
ef352b51c5
commit
bf3923174e
@ -141,3 +141,5 @@ if [[ -z "$VAL" ]]; then
|
||||
else
|
||||
echo "inicomment failed: $VAL"
|
||||
fi
|
||||
|
||||
rm test.ini
|
||||
|
Loading…
Reference in New Issue
Block a user