]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5617-clone-submodules-remote.sh
Sync with 2.35.5
[thirdparty/git.git] / t / t5617-clone-submodules-remote.sh
index ca8f80083a2f93bcef46a4a4e32c7a26150ef22e..688433824934d89354669d920acd1fb06a5da725 100755 (executable)
@@ -10,6 +10,7 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 pwd=$(pwd)
 
 test_expect_success 'setup' '
+       git config --global protocol.file.allow always &&
        git checkout -b main &&
        test_commit commit1 &&
        mkdir sub &&