From 52599dca63b524eca682328ae52857cd3cd04d57 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 14 May 2011 16:02:35 -0400 Subject: [PATCH] Unit Tests - Fixed tests that assumed no color. --- test/annotate.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/annotate.t b/test/annotate.t index 71885331e..dc650596b 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -39,7 +39,8 @@ if (open my $fh, '>', 'annotate.rc') "confirmation=off\n", "report.rrr.description=rrr\n", "report.rrr.columns=id,description\n", - "report.rrr.sort=id+\n"; + "report.rrr.sort=id+\n", + "color=off\n"; close $fh; ok (-r 'annotate.rc', 'Created annotate.rc'); }