Merge branch 'jc/checkout-m-twoway'
* jc/checkout-m-twoway: t/t2023-checkout-m.sh: fix use of test_must_fail
This commit is contained in:
@ -17,7 +17,9 @@ test_expect_success setup '
|
|||||||
test_commit added_in_topic each.txt in_topic
|
test_commit added_in_topic each.txt in_topic
|
||||||
'
|
'
|
||||||
|
|
||||||
test_must_fail git merge master
|
test_expect_success 'git merge master' '
|
||||||
|
test_must_fail git merge master
|
||||||
|
'
|
||||||
|
|
||||||
clean_branchnames () {
|
clean_branchnames () {
|
||||||
# Remove branch names after conflict lines
|
# Remove branch names after conflict lines
|
||||||
|
Reference in New Issue
Block a user