Skip to content

Commit

Permalink
Merge branch 'jc/checkout-m-twoway'
Browse files Browse the repository at this point in the history
* jc/checkout-m-twoway:
  t/t2023-checkout-m.sh: fix use of test_must_fail
  • Loading branch information
Junio C Hamano committed Dec 20, 2011
2 parents 3fabe99 + 5cd7fad commit 1b048b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/t2023-checkout-m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b048b1

Please sign in to comment.