Unit Tests

- Corrected misspelling of config variable.
This commit is contained in:
Paul Beckingham 2010-07-09 01:32:00 -04:00
parent cb635c0d6f
commit 7de5b22f1c

View file

@ -158,7 +158,7 @@ if (open my $fh, '>', 'details.rc')
"color=on\n", "color=on\n",
"color.alternate=\n", "color.alternate=\n",
"color.calendar.weekend=\n", "color.calendar.weekend=\n",
"color.calendar.holidays=black on bright yellow\n", "color.calendar.holiday=black on bright yellow\n",
"confirmation=no\n", "confirmation=no\n",
"holiday.AAAA.name=AAAA\n", "holiday.AAAA.name=AAAA\n",
"holiday.AAAA.date=20150101\n", "holiday.AAAA.date=20150101\n",