mirror of
https://github.com/git/git.git
synced 2025-04-08 02:45:05 +00:00
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:
commit
1b048b197d
@ -17,7 +17,9 @@ test_expect_success setup '
|
||||
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 () {
|
||||
# Remove branch names after conflict lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user