From 7e8c277bb71fdfd517c5a1ac8bb5cd5cb25cf53b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 23 Dec 2014 23:51:37 -0500 Subject: [PATCH] Unit Tests - Added explicit rc.rule.precedence.color to make the test independent of the current defaults. --- test/bug.990.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/bug.990.t b/test/bug.990.t index 31d0c2c8d..5bc51481d 100755 --- a/test/bug.990.t +++ b/test/bug.990.t @@ -43,7 +43,8 @@ if (open my $fh, '>', $rc) print $fh "data.location=.\n", "color.pri.L=green\n", "color.tagged=red\n", - "_forcecolor=1\n"; + "_forcecolor=1\n", + "rule.precedence.color=pri.,tagged\n"; close $fh; }