From 2d2579d801687923d1f4280f23c76d003c9bc66a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 8 Feb 2015 14:04:22 -0500 Subject: [PATCH] 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. --- test/cal.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cal.t b/test/cal.t index f77da843f..e7942aebe 100755 --- a/test/cal.t +++ b/test/cal.t @@ -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; }