debian: apply upstream changes to avoid v2.45.1 being a regression
[git/debian.git] / t / t5732-protocol-v2-bundle-uri-http.sh
blob129daa02269ed409f26fd15fe416ef06cd114541
1 #!/bin/sh
3 test_description="Test bundle-uri with protocol v2 and 'http://' transport"
5 TEST_NO_CREATE_REPO=1
7 GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
8 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
10 . ./test-lib.sh
12 # Test protocol v2 with 'http://' transport
14 BUNDLE_URI_PROTOCOL=http
15 . "$TEST_DIRECTORY"/lib-bundle-uri-protocol.sh
17 test_done