X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3bc4dc4f9595df90d048f829dd9c0c5a387d05cb..850c3a89476ba8608b2deeba109fa7def2607655:/t/t1201-pull-trailing.sh?ds=sidebyside diff --git a/t/t1201-pull-trailing.sh b/t/t1201-pull-trailing.sh index 8a74873..3a7efc1 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 master:{base})..HEAD | - git-am -3 -k + git am -3 -k ) '