mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Prevented test descriptions containing '*' from expanding in the shell.
This commit is contained in:
parent
d12aeeca6a
commit
76db5a45e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue