From 4d80fa8f7562766013e0c589f270f74c25448755 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Mon, 29 Mar 2010 15:05:57 +0200 Subject: 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 1d6cd45..5410a6d 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 && -- cgit v0.10.2-6-g49f6