X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/2ac49695d699a49f70bc2a899889d723797c6e12..9e3f506f0d0e1b0c09d1e9d7051af23bfede7834:/t/t1201-pull-trailing.sh diff --git a/t/t1201-pull-trailing.sh b/t/t1201-pull-trailing.sh index e5fac88..42c6619 100755 --- a/t/t1201-pull-trailing.sh +++ b/t/t1201-pull-trailing.sh @@ -40,7 +40,7 @@ test_expect_success \ ) " -test_expect_failure \ +test_expect_success \ 'Try to push those patches without merge detection' \ "(cd bar && stg push --all ) @@ -48,7 +48,7 @@ test_expect_failure \ test_expect_success \ 'Pull those patches applied upstream' \ - "(cd bar && stg push --all --merged + "(cd bar && stg push --undo && stg push --all --merged ) "