Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule sync: Update "submodule.<name>.url" for empty directories
[gitweb.git]
/
t
/
t3305-notes-fanout.sh
diff --git
a/t/t3305-notes-fanout.sh
b/t/t3305-notes-fanout.sh
index c6d263b236248c488ddfb3d0e63978896da8b057..b1ea64b2130354b1305e752923595128782bc880 100755
(executable)
--- a/
t/t3305-notes-fanout.sh
+++ b/
t/t3305-notes-fanout.sh
@@
-14,7
+14,7
@@
test_expect_success 'creating many notes with git-notes' '
echo "file for commit #$i" > file &&
git add file &&
git commit -q -m "commit #$i" &&
- git notes
edit
-m "note #$i" || return 1
+ git notes
add
-m "note #$i" || return 1
done
'