From 4d80fa8f7562766013e0c589f270f74c25448755 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Mon, 29 Mar 2010 15:05:57 +0200 Subject: [PATCH] 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 --- t/t3301-notes.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index 1d6cd45b55..5410a6d981 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 && -- 2.11.4.GIT