sha1-file.c: mark more strings for translation
[gitweb.git] / t / t3203-branch-output.sh
index 86286f263dd6d0b0e4b1de1a64f6dc0183d37d27..ee6787614c80edb9b5b24065277dd413350a6fc6 100755 (executable)
@@ -258,12 +258,6 @@ test_expect_success TTY '%(color) present with tty' '
        test_cmp expect.color actual
 '
 
-test_expect_success 'color.branch=always overrides auto-color' '
-       git -c color.branch=always branch $color_args >actual.raw &&
-       test_decode_color <actual.raw >actual &&
-       test_cmp expect.color actual
-'
-
 test_expect_success '--color overrides auto-color' '
        git branch --color $color_args >actual.raw &&
        test_decode_color <actual.raw >actual &&