]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1091-sparse-checkout-builtin.sh
Sync with 2.35.5
[thirdparty/git.git] / t / t1091-sparse-checkout-builtin.sh
index 9a900310186d3876f873d5da5ff94dca4a3da35c..7931d51ea90761fbd591f16e353918e13dd1eb2f 100755 (executable)
@@ -559,7 +559,8 @@ test_expect_success 'interaction with submodules' '
        (
                cd super &&
                mkdir modules &&
-               git submodule add ../repo modules/child &&
+               git -c protocol.file.allow=always \
+                       submodule add ../repo modules/child &&
                git add . &&
                git commit -m "add submodule" &&
                git sparse-checkout init --cone &&