RelNotes: minor typo fixes in 2.15.1 draft
[gitweb.git] / t / t6300-for-each-ref.sh
index 416ff7d0b832d2898173dd2ac83201cf8e02955b..3aa534933e08f85ea1c215e5ef6cc6c7f4a7cd31 100755 (executable)
@@ -442,6 +442,11 @@ test_expect_success '--color can override tty check' '
        test_cmp expected.color actual
 '
 
+test_expect_success 'color.ui=always does not override tty check' '
+       git -c color.ui=always for-each-ref --format="$color_format" >actual &&
+       test_cmp expected.bare actual
+'
+
 cat >expected <<\EOF
 heads/master
 tags/master