Skip to content

Commit ef5d8f3

Browse files
Make the test colors match the recommended colors
1 parent 347fe16 commit ef5d8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_helper/util.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ set_env() {
1313

1414
# applying colors so ANSI color values will match
1515
# FIXME: not everyone will have these set, so we need to test for that.
16-
git config color.diff.meta "yellow bold"
17-
git config color.diff.commit "green bold"
16+
git config color.diff.meta "227"
1817
git config color.diff.frag "magenta bold"
18+
git config color.diff.commit "227 bold"
1919
git config color.diff.old "red bold"
2020
git config color.diff.new "green bold"
2121
git config color.diff.whitespace "red reverse"

0 commit comments

Comments
 (0)