aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5526-fetch-submodules.sh
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 17:48:57 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-06 19:58:16 -0400
commitf2798aa404c32a7ba4a10c1e8657dcacff5188db (patch)
tree87d322406df8ad787cd75ba15a61e9482dbab64c /t/t5526-fetch-submodules.sh
parent9a167cb7860d7ae7cd5685434d0194c934800128 (diff)
parentfcdaa211e6127eeba69a121844e08aec67da2131 (diff)
downloadgit-f2798aa404c32a7ba4a10c1e8657dcacff5188db.tar.gz
Sync with 2.36.3
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5526-fetch-submodules.sh')
-rwxr-xr-xt/t5526-fetch-submodules.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5526-fetch-submodules.sh b/t/t5526-fetch-submodules.sh
index a301b56db8..3c44f19612 100755
--- a/t/t5526-fetch-submodules.sh
+++ b/t/t5526-fetch-submodules.sh
@@ -127,6 +127,7 @@ verify_fetch_result () {
}
test_expect_success setup '
+ git config --global protocol.file.allow always &&
mkdir deepsubmodule &&
(
cd deepsubmodule &&