]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7508-status.sh
Merge branch 'maint'
[thirdparty/git.git] / t / t7508-status.sh
index b73ab42936a8ea10dcdf40a6ad8b83d4a1d10056..f1dc5c3b6a36507e664e624bf9cebb1634bce335 100755 (executable)
@@ -405,12 +405,13 @@ test_expect_success 'status --porcelain ignores relative paths setting' '
 
 test_expect_success 'setup unique colors' '
 
-       git config status.color.untracked blue
+       git config status.color.untracked blue &&
+       git config status.color.branch green
 
 '
 
 cat >expect <<\EOF
-# On branch master
+# On branch <GREEN>master<RESET>
 # Changes to be committed:
 #   (use "git reset HEAD <file>..." to unstage)
 #