]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4208-log-magic-pathspec.sh
Sync with 2.30.6
[thirdparty/git.git] / t / t4208-log-magic-pathspec.sh
index 7f0c1dcc0f0bfbfd746648f4fee1b7588a8f31b8..2e8f5ad7b822b2c33d1262c5576706f40de52692 100755 (executable)
@@ -124,6 +124,7 @@ test_expect_success 'command line pathspec parsing for "git log"' '
 
 test_expect_success 'tree_entry_interesting does not match past submodule boundaries' '
        test_when_finished "rm -rf repo submodule" &&
+       test_config_global protocol.file.allow always &&
        git init submodule &&
        test_commit -C submodule initial &&
        git init repo &&