From: Michael J Gruber <git@drmicha.warpmail.net>
To: git@vger.kernel.org
Cc: Johannes Schindelin <johannes.schindelin@gmx.de>,
Johannes Sixt <j.sixt@viscovery.net>,
Junio C Hamano <gitster@pobox.com>
Subject: [PATCH v2 1/2] git notes show: test empty notes
Date: Fri, 6 Feb 2009 17:17:54 +0100 [thread overview]
Message-ID: <1233937075-31194-2-git-send-email-git@drmicha.warpmail.net> (raw)
In-Reply-To: <1233937075-31194-1-git-send-email-git@drmicha.warpmail.net>
Add a test for the handling of empty notes by "git notes show".
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
t/t3301-notes.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh
index 9393a25..7ef1c29 100755
--- a/t/t3301-notes.sh
+++ b/t/t3301-notes.sh
@@ -35,6 +35,11 @@ test_expect_success 'need valid notes ref' '
! MSG=2 GIT_NOTES_REF='/' git notes show
'
+# 1 indicates caught gracefully by die, 128 means git-show barked
+test_expect_failure 'handle empty notes gracefully' '
+ git notes show ; test 1 = $?
+'
+
test_expect_success 'create notes' '
git config core.notesRef refs/notes/commits &&
MSG=b1 git notes edit &&
--
1.6.1.2.253.ga34a
next prev parent reply other threads:[~2009-02-06 16:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-06 16:17 [PATCH v2 0/2] git notes show: handle empty notes gracefully Michael J Gruber
2009-02-06 16:17 ` Michael J Gruber [this message]
2009-02-06 16:17 ` [PATCH v2 2/2] " Michael J Gruber
2009-02-14 17:46 ` [PATCH v2 0/2] git notes show: " Thomas Rast
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=1233937075-31194-2-git-send-email-git@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=j.sixt@viscovery.net \
--cc=johannes.schindelin@gmx.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).