From 1e1ad2ce13f5bed0f9778c51cb263372654993fd Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Fri, 28 May 2021 15:45:47 -0400 Subject: [PATCH] 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 --- t/t1092-sparse-checkout-compatibility.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/t/t1092-sparse-checkout-compatibility.sh b/t/t1092-sparse-checkout-compatibility.sh index 91e30d6ec2248a..ffa4b503343e47 100755 --- a/t/t1092-sparse-checkout-compatibility.sh +++ b/t/t1092-sparse-checkout-compatibility.sh @@ -450,9 +450,8 @@ test_expect_failure 'blame with pathspec outside sparse definition' ' test_all_match git blame deep/deeper2/deepest/a ' -# NEEDSWORK: a sparse-checkout behaves differently from a full checkout -# in this scenario, but it shouldn't. -test_expect_failure 'checkout and reset (mixed)' ' +# TODO: This behaves correctly in microsoft/git. Why? +test_expect_success 'checkout and reset (mixed)' ' init_repos && test_all_match git checkout -b reset-test update-deep &&