]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t3306-notes-prune.sh
Merge branch 'maint'
[git.git] / t / t3306-notes-prune.sh
index b0adc7e5bd9dc650ea60ee017b5ad4fdc5b6b192..a0ed0353e69dd6dbc96f1a8e3c9251757b4f408f 100755 (executable)
@@ -10,17 +10,17 @@ test_expect_success 'setup: create a few commits with notes' '
        git add file1 &&
        test_tick &&
        git commit -m 1st &&
-       git notes edit -m "Note #1" &&
+       git notes add -m "Note #1" &&
        : > file2 &&
        git add file2 &&
        test_tick &&
        git commit -m 2nd &&
-       git notes edit -m "Note #2" &&
+       git notes add -m "Note #2" &&
        : > file3 &&
        git add file3 &&
        test_tick &&
        git commit -m 3rd &&
-       git notes edit -m "Note #3"
+       git notes add -m "Note #3"
 '
 
 cat > expect <<END_OF_LOG