chiark / gitweb /
Don't use the dashed for of git commands
[stgit] / t / t1200-push-modified.sh
index cfec6960a29fba3793fdd1d57f2923893bfcab2c..647c20063b4ef49d18700ddef0739c61f133df58 100755 (executable)
@@ -35,8 +35,8 @@ test_expect_success \
     'Port those patches to orig tree' '
     (
         cd foo &&
-        GIT_DIR=../bar/.git git-format-patch --stdout \
-          $(cd ../bar && stg id base@master)..HEAD | git-am -3 -k
+        GIT_DIR=../bar/.git git format-patch --stdout \
+          $(cd ../bar && stg id base@master)..HEAD | git am -3 -k
     )
 '