]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5731-protocol-v2-bundle-uri-git.sh
The third batch
[thirdparty/git.git] / t / t5731-protocol-v2-bundle-uri-git.sh
CommitLineData
8f788eb8
ÆAB
1#!/bin/sh
2
3test_description="Test bundle-uri with protocol v2 and 'git://' transport"
4
5TEST_NO_CREATE_REPO=1
6
7GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
8export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
9
10. ./test-lib.sh
11
12# Test protocol v2 with 'git://' transport
13#
14BUNDLE_URI_PROTOCOL=git
15. "$TEST_DIRECTORY"/lib-bundle-uri-protocol.sh
16
17test_done