We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fabe99 + 5cd7fad commit 1b048b1Copy full SHA for 1b048b1
1 file changed
t/t2023-checkout-m.sh
@@ -17,7 +17,9 @@ test_expect_success setup '
17
test_commit added_in_topic each.txt in_topic
18
'
19
20
-test_must_fail git merge master
+test_expect_success 'git merge master' '
21
+ test_must_fail git merge master
22
+'
23
24
clean_branchnames () {
25
# Remove branch names after conflict lines
0 commit comments