X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/f749e393e47687971777d79c043562a91e4f493d..f03004e2c26efcd6b172a915e8e0d2f9a7cb064b:/t/t2000-sync.sh?ds=inline diff --git a/t/t2000-sync.sh b/t/t2000-sync.sh index e489603..9852eb8 100755 --- a/t/t2000-sync.sh +++ b/t/t2000-sync.sh @@ -109,7 +109,7 @@ test_expect_success \ test_expect_success \ 'Synchronise the first two patches with the master branch (to fail)' \ ' - ! stg sync -B master -a + conflict_old stg sync -B master -a ' test_expect_success \ @@ -127,7 +127,7 @@ test_expect_success \ test_expect_success \ 'Synchronise the third patch with the exported series (to fail)' \ ' - ! stg sync -s patches-master/series p3 + conflict_old stg sync -s patches-master/series p3 ' test_expect_success \