update-server-info is not supported on MinGW. Skip tests.

This commit is contained in:
Johannes Sixt
2007-07-23 22:18:36 +02:00
parent 0c344bc229
commit 5c52dc4bf0

View File

@@ -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 &&