Git fork
at reftables-rust 17 lines 341 B view raw
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