Skip to content

Commit 1b048b1

Browse files
committed
Merge branch 'jc/checkout-m-twoway'
* jc/checkout-m-twoway: t/t2023-checkout-m.sh: fix use of test_must_fail
2 parents 3fabe99 + 5cd7fad commit 1b048b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/t2023-checkout-m.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ test_expect_success setup '
1717
test_commit added_in_topic each.txt in_topic
1818
'
1919

20-
test_must_fail git merge master
20+
test_expect_success 'git merge master' '
21+
test_must_fail git merge master
22+
'
2123

2224
clean_branchnames () {
2325
# Remove branch names after conflict lines

0 commit comments

Comments
 (0)