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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user