summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 21:42:02 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-10-06 21:42:02 (GMT)
commit3957f3c84e89c68e8bf3f7cb172ba6837af70506 (patch)
treed6dd7331dcd0049d54476275a3707d6637851aaa /t/t5601-clone.sh
parent80c525c4acaf6072697d4bd2a3a5137f91665b55 (diff)
parentaf778cd9be6307e34f9f900fd42eb826c65b32da (diff)
downloadgit-3957f3c84e89c68e8bf3f7cb172ba6837af70506.zip
git-3957f3c84e89c68e8bf3f7cb172ba6837af70506.tar.gz
git-3957f3c84e89c68e8bf3f7cb172ba6837af70506.tar.bz2
Sync with 2.32.4
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5601-clone.sh')
-rwxr-xr-xt/t5601-clone.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index 83c24fc..20aef00 100755
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
@@ -742,6 +742,7 @@ test_expect_success 'batch missing blob request does not inadvertently try to fe
echo aa >server/a &&
echo bb >server/b &&
# Also add a gitlink pointing to an arbitrary repository
+ test_config_global protocol.file.allow always &&
git -C server submodule add "$(pwd)/repo_for_submodule" c &&
git -C server add a b c &&
git -C server commit -m x &&