mirror of
https://github.com/git/git
synced 2024-10-29 17:08:46 +00:00
t3203: drop "always" color test
In preparation for the behavior of "always" changing to match "auto", we can simply drop this test. We already check other forms (like "--color") independently. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
c5bdfe677c
commit
e10b3810be
1 changed files with 0 additions and 6 deletions
|
@ -258,12 +258,6 @@ test_expect_success TTY '%(color) present with tty' '
|
||||||
test_cmp expect.color actual
|
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' '
|
test_expect_success '--color overrides auto-color' '
|
||||||
git branch --color $color_args >actual.raw &&
|
git branch --color $color_args >actual.raw &&
|
||||||
test_decode_color <actual.raw >actual &&
|
test_decode_color <actual.raw >actual &&
|
||||||
|
|
Loading…
Reference in a new issue