git-fsck-objects without "--full" won't succeed in a repository that uses "alternates". Signed-off-by: Pavel Roskin <proski@xxxxxxx> --- t/t9105-fetch-local.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t9105-fetch-local.sh b/t/t9105-fetch-local.sh index 35e2778..184ae69 100755 --- a/t/t9105-fetch-local.sh +++ b/t/t9105-fetch-local.sh @@ -66,6 +66,6 @@ test_expect_success 'incremental update in repo2' \ '(cd repo2 && cg-update)' test_expect_success 'verifying incremental update' \ "(cmp repo1/.git/refs/heads/master repo2/.git/refs/heads/master && - cd repo2 && git-fsck-objects)" + cd repo2 && git-fsck-objects --full)" test_done - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html