3 test_description
='test disabling of git-over-tcp in clone/fetch'
5 TEST_PASSES_SANITIZE_LEAK
=true
7 .
"$TEST_DIRECTORY/lib-proto-disable.sh"
8 .
"$TEST_DIRECTORY/lib-git-daemon.sh"
11 test_expect_success
'create git-accessible repo' '
12 bare="$GIT_DAEMON_DOCUMENT_ROOT_PATH/repo.git" &&
14 git --bare init "$bare" &&
15 git push "$bare" HEAD &&
16 >"$bare/git-daemon-export-ok" &&
17 git -C "$bare" config daemon.receivepack true
20 test_proto
"git://" git
"$GIT_DAEMON_URL/repo.git"