mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Fixed tests that assumed no color.
This commit is contained in:
parent
902ed48243
commit
52599dca63
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ if (open my $fh, '>', 'annotate.rc')
|
|||
"confirmation=off\n",
|
||||
"report.rrr.description=rrr\n",
|
||||
"report.rrr.columns=id,description\n",
|
||||
"report.rrr.sort=id+\n";
|
||||
"report.rrr.sort=id+\n",
|
||||
"color=off\n";
|
||||
close $fh;
|
||||
ok (-r 'annotate.rc', 'Created annotate.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue