From 5c52dc4bf0d53c75b473fa60ffafa4e2e961dc55 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Mon, 23 Jul 2007 22:18:36 +0200 Subject: [PATCH] update-server-info is not supported on MinGW. Skip tests. --- t/t1301-shared-repo.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 &&