contrib/vim: Add vim syntax highlighting for StGit commit messages
[stgit] / t / t3104-redo.sh
index 030311d..3d3c617 100755 (executable)
@@ -12,7 +12,7 @@ EOF
 test_expect_success 'Initialize StGit stack with three patches' '
     stg init &&
     echo 000 >> a &&
-    git add a &&
+    stg add a &&
     git commit -m a &&
     echo 111 >> a &&
     git commit -a -m p1 &&