Unit Tests

- Added explicit rc.rule.precedence.color to make the test independent of the
  current defaults.
This commit is contained in:
Paul Beckingham 2014-12-23 23:51:37 -05:00
parent 7795570e61
commit 7e8c277bb7

View file

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