]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7301-clean-interactive.sh
t7301: use test_terminal to check color
authorJeff King <peff@peff.net>
Tue, 3 Oct 2017 13:44:58 +0000 (09:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2017 02:49:31 +0000 (11:49 +0900)
commit3c788e79b8570c9015f6077591c819862a7e39e8
tree0f3299677e42991a89fa3cf5f828d3e6f543ff20
parent269c73e8d3b0f95cb3acfd567069a032899ae3dc
t7301: use test_terminal to check color

This test wants to confirm that "clean -i" shows color
output. Using test_terminal gives us a more realistic
environment than "color.ui=always", and prepares us for the
behavior of "always" changing in a future patch.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7301-clean-interactive.sh