git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Hansen <rhansen@bbn.com>
To: gitster@pobox.com
Cc: git@vger.kernel.org, rhansen@bbn.com
Subject: [PATCH v2 0/2] test-lib.sh: do tests for color support after changing HOME
Date: Tue,  6 Jan 2015 17:57:49 -0500	[thread overview]
Message-ID: <1420585071-28973-1-git-send-email-rhansen@bbn.com> (raw)
In-Reply-To: <xmqq8uhfpw3s.fsf@gitster.dls.corp.google.com>

On 2015-01-06T11:06-08:00, Junio C Hamano wrote:
>> +unset color
>>  while test "$#" -ne 0
>>  do
>>  	case "$1" in
>> @@ -258,40 +250,6 @@ then
>>  	verbose=t
>>  fi
>>  
>> -if test -n "$color"
>> ...
>> @@ -857,6 +815,52 @@ HOME="$TRASH_DIRECTORY"
>>  GNUPGHOME="$HOME/gnupg-home-not-used"
>>  export HOME GNUPGHOME
>>  
>> +# run the tput tests *after* changing HOME (in case ncurses needs
>> +# ~/.terminfo for $TERM)
>> +test -n "${color+set}" || [ "x$ORIGINAL_TERM" != "xdumb" ] && (
>
> OK, $color used to be boolean between '' (unset included) and 't',
> but now we do this after possibly processing the --no-color
> argument, so this is guarded slightly differently from the original.
>
> Makes sense.

I updated the commit message to make this change more obvious.

> This is a tangent but this patch shows 2 places out of the only
> three places we use [ ... ] construct (as opposed to a more
> traditionalist "test").  Perhaps we may want to fix them with a
> follow-up patch?

I added a prequel patch to address this.

Thank you for taking a look,
Richard


Richard Hansen (2):
  use 'test ...' instead of '[ ... ]'
  test-lib.sh: do tests for color support after changing HOME

 t/test-lib.sh | 92 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 48 insertions(+), 44 deletions(-)

-- 
2.2.1

  reply	other threads:[~2015-01-06 22:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-05 18:54 [PATCH] test-lib.sh: do tests for color support after changing HOME Richard Hansen
2015-01-06 19:06 ` Junio C Hamano
2015-01-06 22:57   ` Richard Hansen [this message]
2015-01-06 22:57     ` [PATCH v2 1/2] use 'test ...' instead of '[ ... ]' Richard Hansen
2015-01-06 22:57     ` [PATCH v2 2/2] test-lib.sh: do tests for color support after changing HOME Richard Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420585071-28973-1-git-send-email-rhansen@bbn.com \
    --to=rhansen@bbn.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).