From: Alexander Strasser <eclipse7@gmx.net>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Zbigniew Jędrzejewski-Szmek" <zbyszek@in.waw.pl>
Subject: Re: [PATCH 6/6] t4012: Make --shortstat more robust
Date: Thu, 12 Jul 2012 06:44:51 +0200 [thread overview]
Message-ID: <20120712044451.GA23758@akuma> (raw)
In-Reply-To: <7vr4sic4e7.fsf@alter.siamese.dyndns.org>
Hi,
seems I managed to omit a word in the short log message:
t4012: Make --shortstat *test* more robust
Junio C Hamano wrote:
> Alexander Strasser <eclipse7@gmx.net> writes:
>
> > The --shortstat test depends on the same scenario as the --stat
> > test. Use the part of the same expected result for the --stat test
> > to avoid duplicating it manually.
>
> > diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh
> > index 81a9e8c..a3f6030 100755
> > --- a/t/t4012-diff-binary.sh
> > +++ b/t/t4012-diff-binary.sh
> > @@ -38,9 +38,9 @@ test_expect_success 'apply --stat output for binary file change' '
> > '
> >
> > test_expect_success 'diff --shortstat output for binary file change' '
> > - echo " 4 files changed, 2 insertions(+), 2 deletions(-)" >expected &&
> > + tail -1 expected >expect &&
>
> "(tail|head) -n 1" is preferred. There are the same POSIX.1
> violations in a handful of other scripts, 5526, 7502, 7800 and
> 9146.
OK, got it.
> > git diff --shortstat >current &&
> > - test_i18ncmp expected current
> > + test_i18ncmp expect current
> > '
> >
> > test_expect_success 'diff --shortstat output for binary file change only' '
>
> Other than that, the series looked good. Thanks.
I will wait a bit longer for comments and then resend a corrected
version. Thanks for the quick reply.
Alexander
prev parent reply other threads:[~2012-07-12 4:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 22:13 [PATCH 6/6] t4012: Make --shortstat more robust Alexander Strasser
2012-07-11 22:35 ` Junio C Hamano
2012-07-12 4:44 ` Alexander Strasser [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=20120712044451.GA23758@akuma \
--to=eclipse7@gmx.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=zbyszek@in.waw.pl \
/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).