X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/edca53204c2461fd451bf3a8bbb18e59c6260523..04b442170d797b1cb80700838c41b7222040236c:/t/t1201-pull-trailing.sh diff --git a/t/t1201-pull-trailing.sh b/t/t1201-pull-trailing.sh index 46d9f82..805e805 100755 --- a/t/t1201-pull-trailing.sh +++ b/t/t1201-pull-trailing.sh @@ -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 ) '