X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/1eae3bf5ef8561508d83845f27b61c7533ba3378..d11f4f2ab1c7823c214eec0335e50b89b42f0d3e:/t/t1203-push-conflict.sh diff --git a/t/t1203-push-conflict.sh b/t/t1203-push-conflict.sh index 72bd49f..8027e6c 100755 --- a/t/t1203-push-conflict.sh +++ b/t/t1203-push-conflict.sh @@ -38,7 +38,7 @@ test_expect_success \ test_expect_success \ 'Push the first patch with conflict' \ ' - ! stg push foo + conflict stg push foo ' test_expect_success \ @@ -56,7 +56,7 @@ test_expect_success \ test_expect_success \ 'Check that pop will fail while there are unmerged conflicts' \ ' - ! stg pop + command_error stg pop ' test_expect_success \