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