]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7409-submodule-detached-work-tree.sh
Merge branch 'rs/bisect-start-leakfix' into maint-2.38
[thirdparty/git.git] / t / t7409-submodule-detached-work-tree.sh
index e17ac81a893e329828c5bfe1458f4db1a2fb4841..374ed481e9c64b9813a11b57c80f7b6f22c791e1 100755 (executable)
@@ -15,6 +15,10 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 
 . ./test-lib.sh
 
+test_expect_success 'setup' '
+       git config --global protocol.file.allow always
+'
+
 test_expect_success 'submodule on detached working tree' '
        git init --bare remote &&
        test_create_repo bundle1 &&