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:
Paul Beckingham 2015-02-08 14:04:22 -05:00
parent 4f6c51e7ae
commit 2d2579d801

View file

@ -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;
}