summaryrefslogtreecommitdiffstats
path: root/t/t5616-partial-clone.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-18 00:46:09 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-18 00:46:09 +0200
commit9c32cfb49c60fa8173b9666db02efe3b45a8522f (patch)
tree0f74dce4f7278f25cd61bd87baeb400f127ac1b1 /t/t5616-partial-clone.sh
parentThe third batch (diff)
parentGit 2.38.1 (diff)
downloadgit-9c32cfb49c60fa8173b9666db02efe3b45a8522f.tar.xz
git-9c32cfb49c60fa8173b9666db02efe3b45a8522f.zip
Sync with v2.38.1
Diffstat (limited to 't/t5616-partial-clone.sh')
-rwxr-xr-xt/t5616-partial-clone.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t5616-partial-clone.sh b/t/t5616-partial-clone.sh
index 9aeacc2f6a..037941b95d 100755
--- a/t/t5616-partial-clone.sh
+++ b/t/t5616-partial-clone.sh
@@ -260,6 +260,8 @@ test_expect_success 'partial clone with transfer.fsckobjects=1 works with submod
test_config -C src_with_sub uploadpack.allowfilter 1 &&
test_config -C src_with_sub uploadpack.allowanysha1inwant 1 &&
+ test_config_global protocol.file.allow always &&
+
git -C src_with_sub submodule add "file://$(pwd)/submodule" mysub &&
git -C src_with_sub commit -m "commit with submodule" &&