test-terminal: set TERM=vt100
[gitweb.git] / t / t3203-branch-output.sh
index d2aec0f38b7913b27687b332029dc78be59bc182..86286f263dd6d0b0e4b1de1a64f6dc0183d37d27 100755 (executable)
@@ -253,7 +253,7 @@ test_expect_success '%(color) omitted without tty' '
 '
 
 test_expect_success TTY '%(color) present with tty' '
-       test_terminal env TERM=vt100 git branch $color_args >actual.raw &&
+       test_terminal git branch $color_args >actual.raw &&
        test_decode_color <actual.raw >actual &&
        test_cmp expect.color actual
 '