stgit.el: Honor stgit-find-copies-harder in stgit-diff-range
[stgit] / t / t3102-undo.sh
index 9373522..010a63d 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 &&