]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5616-partial-clone.sh
Sync with 2.31.5
[thirdparty/git.git] / t / t5616-partial-clone.sh
index cf3e82bdf5cc1c823709963402eb3396ba0ba01a..8b2605b55f0a7f8bafb64dcc7b14cf63fe2f56e3 100755 (executable)
@@ -174,6 +174,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" &&