Fix some improperly formatted test cases

This commit is contained in:
Felipe Zimmerle
2016-06-14 14:47:26 -03:00
parent 8cdb138076
commit 1e6b40ebea
4 changed files with 378 additions and 439 deletions

View File

@@ -95,7 +95,7 @@ if test $color_tests = yes; then
wht='' # White.
std='' # No color.
else
red= grn= lgn= blu= mgn= std=
red= grn= lgn= blu= mgn= std= wht=
fi
do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'