Unit Tests
- Added explicit rc.rule.precedence.color to make the test independent of the current defaults.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user