From: Jonathan Nieder <jrnieder@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Johannes Sixt <j.sixt@viscovery.net>,
Brian Gernhardt <brian@gernhardtsoftware.com>,
Git List <git@vger.kernel.org>
Subject: Re: [PATCH] t6022: Use -eq not = to test output of wc -l
Date: Tue, 16 Nov 2010 13:23:18 -0600 [thread overview]
Message-ID: <20101116192318.GA15828@burratino> (raw)
In-Reply-To: <7vtyjhgk3z.fsf@alter.siamese.dyndns.org>
Junio C Hamano wrote:
> Jonathan Nieder <jrnieder@gmail.com> writes:
>> + if test "$3" = -
>> + then
>> + line_count_tmp=test_line_count.output
>> + cat >"$line_count_tmp"
>> + set -- "$1" "$2" "$line_count_tmp"
>> + fi
>> + if ! test $(wc -l <"$3") "$1" "$2"
>> then
>> echo "test_line_count: line count for $3 !$1 $2"
>> cat "$3"
>> return 1
>
> You forgot to clean the temporary file here.
The idea was to leave it around to help in diagnosis. But you are
right, it is more useful to not break later tests:
rm -f "$line_count_tmp"
return 1
> Also if the file is huge, do we really want to cat the whole thing?
I think so. (Maybe not if it is binary, though.)
prev parent reply other threads:[~2010-11-16 19:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-08 21:29 [PATCH] t6022: Use -eq not = to test output of wc -l Brian Gernhardt
2010-11-08 21:35 ` Ævar Arnfjörð Bjarmason
2010-11-08 21:38 ` Jonathan Nieder
2010-11-15 22:21 ` Junio C Hamano
2010-11-16 6:46 ` Bert Wesarg
2010-11-16 7:12 ` Johannes Sixt
2010-11-16 17:10 ` Jonathan Nieder
2010-11-16 19:10 ` Junio C Hamano
2010-11-16 19:23 ` Jonathan Nieder [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=20101116192318.GA15828@burratino \
--to=jrnieder@gmail.com \
--cc=brian@gernhardtsoftware.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=j.sixt@viscovery.net \
/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).