Skip to content

Commit e10b381

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c5bdfe6 commit e10b381

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

t/t3203-branch-output.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,6 @@ test_expect_success TTY '%(color) present with tty' '
258258
test_cmp expect.color actual
259259
'
260260

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-
267261
test_expect_success '--color overrides auto-color' '
268262
git branch --color $color_args >actual.raw &&
269263
test_decode_color <actual.raw >actual &&

0 commit comments

Comments
 (0)