You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
344 B

#!/bin/sh
test_description="Test bundle-uri with protocol v2 and 'http://' transport"
TEST_NO_CREATE_REPO=1
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
. ./test-lib.sh
# Test protocol v2 with 'http://' transport
#
BUNDLE_URI_PROTOCOL=http
. "$TEST_DIRECTORY"/lib-bundle-uri-protocol.sh
test_done