From: Michael J Gruber Date: Mon, 29 Mar 2010 13:05:57 +0000 (+0200) Subject: t3301-notes: Test the creation of reflog entries X-Git-Tag: v1.7.1-rc1~7^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4d80fa8f7562766013e0c589f270f74c25448755;p=git.git t3301-notes: Test the creation of reflog entries Test whether the notes code writes reflog entries. It intends to (setting up the reflog messages) but currently does not. Signed-off-by: Michael J Gruber Acked-by: Johan Herland Signed-off-by: Junio C Hamano --- diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index 1d6cd45b5..5410a6d98 100755 --- a/t/t3301-notes.sh +++ b/t/t3301-notes.sh @@ -65,6 +65,15 @@ test_expect_success 'create notes' ' test_must_fail git notes show HEAD^ ' +cat >expect <output && + test_cmp expect output +' + test_expect_success 'edit existing notes' ' MSG=b3 git notes edit && test ! -f .git/NOTES_EDITMSG &&