Browse code

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

Vincent Untz authored on 2012/06/13 18:26:31
Showing 1 changed files
... ...
@@ -141,3 +141,5 @@ if [[ -z "$VAL" ]]; then
141 141
 else
142 142
     echo "inicomment failed: $VAL"
143 143
 fi
144
+
145
+rm test.ini