Skip to content

Commit bf39231

Browse files
committed
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
1 parent ef352b5 commit bf39231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,5 @@ if [[ -z "$VAL" ]]; then
141141
else
142142
echo "inicomment failed: $VAL"
143143
fi
144+
145+
rm test.ini

0 commit comments

Comments
 (0)