]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t3305-notes-fanout.sh
t/t7811-grep-open.sh: ensure fake "less" is made executable
[git.git] / t / t3305-notes-fanout.sh
index c6d263b236248c488ddfb3d0e63978896da8b057..b1ea64b2130354b1305e752923595128782bc880 100755 (executable)
@@ -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
 '