mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Finally fixed an age-old bug in unit tests. The bug was that whenever a test output contained '*', shell globbing expanded that to a list of all test files. Even though it was simply diagnostic output text.
This commit is contained in:
parent
6bc352f713
commit
f18390ee79
2 changed files with 3 additions and 3 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