We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b821ca7 commit d5bb92eCopy full SHA for d5bb92e
t/t3035-merge-sparse.sh
@@ -28,7 +28,7 @@ test_expect_success 'setup' '
28
git config core.sparseCheckout true &&
29
echo "/checked-out" >.git/info/sparse-checkout &&
30
git reset --hard &&
31
- ! git merge theirs
+ test_must_fail git merge theirs
32
'
33
34
test_expect_success 'reset --hard works after the conflict' '
@@ -42,7 +42,7 @@ test_expect_success 'is reset properly' '
42
43
44
test_expect_success 'setup: conflict back' '
45
46
47
48
test_expect_success 'Merge abort works after the conflict' '
0 commit comments