mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Unit Tests
- Fixed bug in test where the rc path name contains a number, which is found by the test in place of an unexpected week number.
This commit is contained in:
parent
4f6c51e7ae
commit
2d2579d801
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ if (open my $fh, '>', $rc)
|
|||
"color.calendar.overdue=black on red\n",
|
||||
"color.calendar.weekend=white on bright black\n",
|
||||
"confirmation=off\n",
|
||||
"bulk=10\n";
|
||||
"bulk=10\n",
|
||||
"verbose=none\n";
|
||||
close $fh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue