Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert: Safer handling of $Id$ contraction.
[gitweb.git]
/
t
/
t3301-notes.sh
diff --git
a/t/t3301-notes.sh
b/t/t3301-notes.sh
index 5410a6d98138d571f5d8fd6256e689888a81b825..b2e7b0703979ce462455f19d4c3c82f02dc2540e 100755
(executable)
--- a/
t/t3301-notes.sh
+++ b/
t/t3301-notes.sh
@@
-69,7
+69,7
@@
cat >expect <<EOF
d423f8c refs/notes/commits@{0}: notes: Notes added by 'git notes add'
EOF
-test_expect_
failure
'create reflog entry' '
+test_expect_
success
'create reflog entry' '
git reflog show refs/notes/commits >output &&
test_cmp expect output
'