From: Jonathan Nieder <jrnieder@gmail.com>
To: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH] commit: fix test broken by jn/commit-no-change-wo-status
Date: Tue, 10 Aug 2010 18:56:12 -0500 [thread overview]
Message-ID: <20100810235612.GC2099@burratino> (raw)
In-Reply-To: <1281447519-25862-1-git-send-email-avarab@gmail.com>
Ævar Arnfjörð Bjarmason wrote:
> +++ b/t/t6040-tracking-info.sh
> @@ -70,8 +70,9 @@ test_expect_success 'status' '
> git checkout b1 >/dev/null &&
> # reports nothing to commit
> test_must_fail git commit --dry-run
> - ) >actual &&
> - grep "have 1 and 1 different" actual
> + ) >actual 2>actual-err &&
> + grep "nothing to commit" actual &&
> + grep "Already on" actual-err
Hmm, this looks rather like a bug in the series: it looks
like as an unpleasant side-effect it eliminates the
# Not currently on any branch.
-like output.
prev parent reply other threads:[~2010-08-10 23:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-10 13:38 [PATCH] commit: fix test broken by jn/commit-no-change-wo-status Ævar Arnfjörð Bjarmason
2010-08-10 23:56 ` 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=20100810235612.GC2099@burratino \
--to=jrnieder@gmail.com \
--cc=avarab@gmail.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).