diff options
author | Richard Hansen <rhansen@bbn.com> | 2015-06-17 15:06:25 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-17 13:05:00 -0700 |
commit | ca92a660bf085efd8867861b4d80d95659dd49a3 (patch) | |
tree | 9619c273a29dae9cbcee5a69deab121442511098 /t/t5602-clone-remote-exec.sh | |
parent | test-lib.sh: do tests for color support after changing HOME (diff) | |
download | tgif-ca92a660bf085efd8867861b4d80d95659dd49a3.tar.xz |
Revert "test-lib.sh: do tests for color support after changing HOME"
This reverts commit 102fc80d32094ad6598b17ab9d607516ee8edc4a.
There are two issues with that commit:
* It is buggy. In pseudocode, it is doing:
color is set || TERM != dumb && color works && color=t
when it should be doing:
color is set || { TERM != dumb && color works && color=t }
* It unnecessarily disables color when tput needs to read
~/.terminfo to get the control sequences.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5602-clone-remote-exec.sh')
0 files changed, 0 insertions, 0 deletions