X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/edca53204c2461fd451bf3a8bbb18e59c6260523..04b442170d797b1cb80700838c41b7222040236c:/t/t1200-push-modified.sh diff --git a/t/t1200-push-modified.sh b/t/t1200-push-modified.sh index cfec696..647c200 100755 --- a/t/t1200-push-modified.sh +++ b/t/t1200-push-modified.sh @@ -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 ) '