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>
Jeff King committed
Oct 3, 2017 at 09:44 UTC
e10b3810be4c98100930ad5f3aa4b6e3343d7398
1 file changed
-6
t/t3203-branch-output.sh
-6
@@ -258,12 +258,6 @@ test_expect_success TTY '%(color) present with tty' '
258
test_cmp expect.color actual
259
'
260
261
-test_expect_success 'color.branch=always overrides auto-color' '
262
- git -c color.branch=always branch $color_args >actual.raw &&
263
- test_decode_color <actual.raw >actual &&
264
- test_cmp expect.color actual
265
-'
266
-
261
test_expect_success '--color overrides auto-color' '
262
git branch --color $color_args >actual.raw &&
263
test_decode_color <actual.raw >actual &&