| 1 | #!/bin/sh |
| 2 | |
| 3 | test_description="Test bundle-uri with protocol v2 and 'file://' transport" |
| 4 | |
| 5 | TEST_NO_CREATE_REPO=1 |
| 6 | |
| 7 | GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main |
| 8 | export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME |
| 9 | |
| 10 | . ./test-lib.sh |
| 11 | |
| 12 | # Test protocol v2 with 'file://' transport |
| 13 | # |
| 14 | BUNDLE_URI_PROTOCOL=file |
| 15 | . "$TEST_DIRECTORY"/lib-bundle-uri-protocol.sh |
| 16 | |
| 17 | test_done |