]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5500-fetch-pack.sh
tests: always test fetch of unreachable with v0
authorJonathan Tan <jonathantanmy@google.com>
Mon, 25 Feb 2019 21:54:08 +0000 (13:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 01:02:42 +0000 (10:02 +0900)
commitab0c5f5096be62c2c964549673bc8965b2ddfb0e
tree28ed21d44c5ca0b40db1b6f14b052cb84499d5d7
parent3a5728dccaaab0741059cce12f9a58ec674f7c4e
tests: always test fetch of unreachable with v0

Some tests check that fetching an unreachable object fails, but protocol
v2 allows such fetches. Unset GIT_TEST_PROTOCOL_VERSION so that these
tests are always run using protocol v0.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5500-fetch-pack.sh
t/t5516-fetch-push.sh
t/t5551-http-fetch-smart.sh
t/t7406-submodule-update.sh