diff --git a/t/t1301-shared-repo.sh b/t/t1301-shared-repo.sh index bb5f30220a..3bf78ae619 100755 --- a/t/t1301-shared-repo.sh +++ b/t/t1301-shared-repo.sh @@ -14,6 +14,10 @@ test_expect_success 'shared=all' ' test 2 = $(git config core.sharedrepository) ' +say "update-server-info not supported - skipping tests" +test_done +exit 0 + test_expect_success 'update-server-info honors core.sharedRepository' ' : > a1 && git add a1 &&