git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Sixt <j.sixt@viscovery.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: "Torsten Bögershausen" <tboegi@web.de>,
	"Git Mailing List" <git@vger.kernel.org>
Subject: Re: Mini bug report origin/pu: t1512 failed on Mac OS X (commit  957d74062c1f0e ?)
Date: Thu, 12 Jul 2012 09:21:14 +0200	[thread overview]
Message-ID: <4FFE7AEA.6060001@viscovery.net> (raw)
In-Reply-To: <7va9z5dgff.fsf@alter.siamese.dyndns.org>

Am 7/12/2012 1:30, schrieb Junio C Hamano:
> -	test "$(wc -l <actual)" = 16 &&
> +	test $(wc -l <actual) = 16 &&

We have a helper function for this:

	test_line_count = 16 actual &&

-- Hannes

  reply	other threads:[~2012-07-12  7:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 20:09 Mini bug report origin/pu: t1512 failed on Mac OS X (commit 957d74062c1f0e ?) Torsten Bögershausen
2012-07-11 23:05 ` Junio C Hamano
2012-07-11 23:30   ` Junio C Hamano
2012-07-12  7:21     ` Johannes Sixt [this message]
2012-07-12 16:58       ` Junio C Hamano
2012-07-13 22:43     ` Stefano Lattarini
2012-07-13 23:31       ` Junio C Hamano

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=4FFE7AEA.6060001@viscovery.net \
    --to=j.sixt@viscovery.net \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=tboegi@web.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 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).