mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Unit Tests
- Added explicit rc.rule.precedence.color to make the test independent of the current defaults.
This commit is contained in:
parent
7795570e61
commit
7e8c277bb7
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ if (open my $fh, '>', $rc)
|
|||
print $fh "data.location=.\n",
|
||||
"color.pri.L=green\n",
|
||||
"color.tagged=red\n",
|
||||
"_forcecolor=1\n";
|
||||
"_forcecolor=1\n",
|
||||
"rule.precedence.color=pri.,tagged\n";
|
||||
close $fh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue