chiark / gitweb /
Don't use the dashed for of git commands
[stgit] / t / t1201-pull-trailing.sh
index 46d9f825479c75608c99ad987e39c208e8459aa9..805e805c9cd34e231a711f899a9a2d2b38b0e806 100755 (executable)
@@ -29,9 +29,9 @@ test_expect_success \
 test_expect_success \
     'Port those patches to orig tree' \
     '(cd foo &&
-      GIT_DIR=../bar/.git git-format-patch --stdout \
+      GIT_DIR=../bar/.git git format-patch --stdout \
           $(cd ../bar && stg id base@master)..HEAD |
-      git-am -3 -k
+      git am -3 -k
      )
     '