commit | bf3923174e40b7931963bcba455d837e0ec864e3 | [log] [tgz] |
---|---|---|
author | Vincent Untz <vuntz@suse.com> | Wed Jun 13 11:26:31 2012 +0200 |
committer | Vincent Untz <vuntz@suse.com> | Thu Jun 14 15:52:44 2012 +0200 |
tree | 7a7ceef651ae7a152e598e4921f7b6dc03cba952 | |
parent | ef352b51c5b8840c70c396196d3a9c155a40fd02 [diff] |
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
diff --git a/tests/functions.sh b/tests/functions.sh index e7fbe0c..e436ed9 100755 --- a/tests/functions.sh +++ b/tests/functions.sh
@@ -141,3 +141,5 @@ else echo "inicomment failed: $VAL" fi + +rm test.ini