All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Torsten Bögershausen" <tboegi@web.de>
To: "Junio C Hamano" <gitster@pobox.com>,
	"Torsten Bögershausen" <tboegi@web.de>
Cc: git@vger.kernel.org, lists@hcf.yourweb.de
Subject: Re: [PATCH v2 2/3] t5601: add more test cases for IPV6
Date: Mon, 23 Feb 2015 06:36:40 +0100	[thread overview]
Message-ID: <54EABC68.40308@web.de> (raw)
In-Reply-To: <xmqq61atuysn.fsf@gitster.dls.corp.google.com>

On 02/23/2015 03:50 AM, Junio C Hamano wrote:
> Torsten Bögershausen <tboegi@web.de> writes:
>
>> @@ -359,7 +366,7 @@ done
>>   for repo in rep rep/home/project 123
>>   do
>>   	test_expect_success "clone [::1]:$repo" '
>> -		test_clone_url [::1]:$repo ::1 $repo
>> +		test_clone_url [::1]:$repo ::1 "$repo"
>>   	'
>>   done
> This change is somewhat a curious one.  Why quote the last
> occurrence of $repo but not the previous one?
The reason to quote is that
some shells replace ~ with $HOME, but not "~"
exactly here it seems not to be needed.
>
>> +for tuah in ::1 [::1] user@::1 user@[::1] [user@::1]
>> +do
>> +	euah=$(echo $tuah | tr -d "[]")
> What are tuah and euah, by the way?  Are they FLA for some phrases?
tuah = tested username and host
euah = expected username and host

      reply	other threads:[~2015-02-23  5:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-21 15:53 [PATCH v2 2/3] t5601: add more test cases for IPV6 Torsten Bögershausen
2015-02-23  2:50 ` Junio C Hamano
2015-02-23  5:36   ` Torsten Bögershausen [this message]

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=54EABC68.40308@web.de \
    --to=tboegi@web.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=lists@hcf.yourweb.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.