summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 17:39:15 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-06 17:39:15 -0400
commit122512967e6184b1888a63ea2b6ed9ada3046b28 (patch)
tree91a2c08868d550b5ce21efd7176c4d2d634bc44f /t/t5601-clone.sh
parent5b1c746c352e85211770e5cbd26a433b3affd3b4 (diff)
parentabd4d67ab0f84fff703fa14d9eebfd287b42daeb (diff)
downloadgit-122512967e6184b1888a63ea2b6ed9ada3046b28.tar.gz
Sync with 2.30.6
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 e7e6c08955..4d733ba031 100755
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
@@ -741,6 +741,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 &&