]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6006-rev-list-format.sh
test-terminal: set TERM=vt100
[thirdparty/git.git] / t / t6006-rev-list-format.sh
index b326d550f3e281e4b19ab669b95f08e8c63bf555..98be78b4a2123cad7e16911ae2eedff5695ba3d3 100755 (executable)
@@ -229,8 +229,7 @@ do
        '
 
        test_expect_success TTY "$desc respects --color=auto (stdout is tty)" '
-               test_terminal env TERM=vt100 \
-                       git log --format=$color -1 --color=auto >actual &&
+               test_terminal git log --format=$color -1 --color=auto >actual &&
                has_color actual
        '