X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a1d6a0811bac0329f50ffa4742cf7894390104bf..0e84c57c4a9d3a198caa4ae2da2a6670e57ad917:/t/t1203-push-conflict.sh diff --git a/t/t1203-push-conflict.sh b/t/t1203-push-conflict.sh index 96fee15..b759298 100755 --- a/t/t1203-push-conflict.sh +++ b/t/t1203-push-conflict.sh @@ -21,7 +21,7 @@ test_expect_success \ stg new foo -m foo && echo foo > test && echo fie > test2 && - git add test test2 && + stg add test test2 && stg refresh && stg pop ' @@ -31,14 +31,14 @@ test_expect_success \ ' stg new bar -m bar && echo bar > test && - git add test && + stg add test && stg refresh ' test_expect_success \ 'Push the first patch with conflict' \ ' - conflict_old stg push foo + conflict stg push foo ' test_expect_success \ @@ -63,7 +63,7 @@ test_expect_success \ 'Resolve the conflict' \ ' echo resolved > test && - git add test && + stg resolved test && stg refresh '