diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:44:44 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:44:44 -0400 |
| commit | 58612f82b660e3378c73f0698d11b0f1fef741da (patch) | |
| tree | a5b2b30e15db36ab7df7eb02785f3badd6c69f12 /t/t7408-submodule-reference.sh | |
| parent | t7814: prepare for changing protocol.file.allow (diff) | |
| parent | Git 2.35.5 (diff) | |
| download | git-58612f82b660e3378c73f0698d11b0f1fef741da.tar.gz git-58612f82b660e3378c73f0698d11b0f1fef741da.zip | |
Sync with 2.35.5
Signed-off-by: Taylor Blau <me@ttaylorr.com>
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 && ( |
