Sync with 'maint'
[alt-git.git] / t / t5732-protocol-v2-bundle-uri-http.sh
bloba9403e94c6d35039ea0243dc8a492b1b32035395
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_PASSES_SANITIZE_LEAK=true
11 . ./test-lib.sh
13 # Test protocol v2 with 'http://' transport
15 BUNDLE_URI_PROTOCOL=http
16 . "$TEST_DIRECTORY"/lib-bundle-uri-protocol.sh
18 test_done