Unit Tests

- Prevented test descriptions containing '*' from expanding in the shell.
This commit is contained in:
Paul Beckingham 2014-01-05 16:54:31 -05:00
parent d12aeeca6a
commit 76db5a45e1

View file

@ -8,7 +8,7 @@ then
$i > test.log 2>&1
while read LINE
do
echo $LINE
echo "$LINE"
done < test.log
rm test.log
done