Unit Tests
- Prevented test descriptions containing '*' from expanding in the shell.
This commit is contained in:
@@ -8,7 +8,7 @@ then
|
|||||||
$i > test.log 2>&1
|
$i > test.log 2>&1
|
||||||
while read LINE
|
while read LINE
|
||||||
do
|
do
|
||||||
echo $LINE
|
echo "$LINE"
|
||||||
done < test.log
|
done < test.log
|
||||||
rm test.log
|
rm test.log
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user