convert: Safer handling of $Id$ contraction.
[gitweb.git] / t / t3301-notes.sh
index 5410a6d98138d571f5d8fd6256e689888a81b825..b2e7b0703979ce462455f19d4c3c82f02dc2540e 100755 (executable)
@@ -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
 '