Skip to content

Commit 8082d04

Browse files
committed
t1092: mark passing test as success
This test passes in the microsoft/git fork, so mark it as such. Leave the comment as a TODO so we can find which commit makes it pass and see if that should be upstreamed. Signed-off-by: Derrick Stolee <[email protected]>
1 parent 05ef60f commit 8082d04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

t/t1092-sparse-checkout-compatibility.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,8 @@ test_expect_failure 'blame with pathspec outside sparse definition' '
450450
test_all_match git blame deep/deeper2/deepest/a
451451
'
452452

453-
# NEEDSWORK: a sparse-checkout behaves differently from a full checkout
454-
# in this scenario, but it shouldn't.
455-
test_expect_failure 'checkout and reset (mixed)' '
453+
# TODO: This behaves correctly in microsoft/git. Why?
454+
test_expect_success 'checkout and reset (mixed)' '
456455
init_repos &&
457456
458457
test_all_match git checkout -b reset-test update-deep &&

0 commit comments

Comments
 (0)