summaryrefslogtreecommitdiff
path: root/t/t7301-clean-interactive.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-10-03 13:44:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-10-04 02:49:31 (GMT)
commit3c788e79b8570c9015f6077591c819862a7e39e8 (patch)
tree0f3299677e42991a89fa3cf5f828d3e6f543ff20 /t/t7301-clean-interactive.sh
parent269c73e8d3b0f95cb3acfd567069a032899ae3dc (diff)
downloadgit-3c788e79b8570c9015f6077591c819862a7e39e8.zip
git-3c788e79b8570c9015f6077591c819862a7e39e8.tar.gz
git-3c788e79b8570c9015f6077591c819862a7e39e8.tar.bz2
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>
Diffstat (limited to 't/t7301-clean-interactive.sh')
-rwxr-xr-xt/t7301-clean-interactive.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/t7301-clean-interactive.sh b/t/t7301-clean-interactive.sh
index 556e185..39212dc 100755
--- a/t/t7301-clean-interactive.sh
+++ b/t/t7301-clean-interactive.sh
@@ -3,6 +3,7 @@
test_description='git clean -i basic tests'
. ./test-lib.sh
+. "$TEST_DIRECTORY"/lib-terminal.sh
test_expect_success 'setup' '
@@ -472,10 +473,10 @@ test_expect_success 'git clean -id with prefix and path (ask)' '
'
-test_expect_success 'git clean -i paints the header in HEADER color' '
+test_expect_success TTY 'git clean -i paints the header in HEADER color' '
>a.out &&
echo q |
- git -c color.ui=always clean -i |
+ test_terminal env TERM=vt100 git clean -i |
test_decode_color |
head -n 1 >header &&
# not i18ngrep