]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1092-sparse-checkout-compatibility.sh
Sync with 2.32.4
[thirdparty/git.git] / t / t1092-sparse-checkout-compatibility.sh
index 91e30d6ec2248a88b58752d30cb2f72f79ee92c9..51fd377a8e475539202aecca51cc66d9a1d26779 100755 (executable)
@@ -554,6 +554,8 @@ test_expect_success 'submodule handling' '
        test_all_match git add modules &&
        test_all_match git commit -m "add modules directory" &&
 
+       test_config_global protocol.file.allow always &&
+
        run_on_all git submodule add "$(pwd)/initial-repo" modules/sub &&
        test_all_match git commit -m "add submodule" &&