diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-10-17 15:46:09 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-17 15:46:09 -0700 |
| commit | 9c32cfb49c60fa8173b9666db02efe3b45a8522f (patch) | |
| tree | 0f74dce4f7278f25cd61bd87baeb400f127ac1b1 /t/t7408-submodule-reference.sh | |
| parent | 4732897cf0a255a23dca9e97b65cea40cd06c5a8 (diff) | |
| parent | d5b41391a472dcf9486055fd5b8517f893e88daf (diff) | |
| download | git-9c32cfb49c60fa8173b9666db02efe3b45a8522f.tar.gz | |
Sync with v2.38.1
Diffstat (limited to 't/t7408-submodule-reference.sh')
| -rwxr-xr-x | t/t7408-submodule-reference.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t7408-submodule-reference.sh b/t/t7408-submodule-reference.sh index c3a4545510..d6040e0a33 100755 --- a/t/t7408-submodule-reference.sh +++ b/t/t7408-submodule-reference.sh @@ -17,6 +17,10 @@ test_alternate_is_used () { test_cmp expect actual } +test_expect_success 'setup' ' + git config --global protocol.file.allow always +' + test_expect_success 'preparing first repository' ' test_create_repo A && ( |
