stgit.el: Refactor: use mapc to set all local variables in stgit-mode
[stgit] / t / t1002-branch-clone.sh
index 1303b41..4930c20 100755 (executable)
@@ -14,7 +14,7 @@ test_expect_success \
     'Create a GIT commit' \
     '
     echo bar > bar.txt &&
-    git add bar.txt &&
+    stg add bar.txt &&
     git commit -a -m bar
     '