]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3200-branch.sh
t/t3NNN: allow local submodules
[thirdparty/git.git] / t / t3200-branch.sh
index 3ec3e1d730339961853e5ab4e6b31a2f33b238df..631a0b506af5c3a4a4dc89b42dc8d59322b08d0c 100755 (executable)
@@ -279,6 +279,7 @@ test_expect_success 'deleting checked-out branch from repo that is a submodule'
        git init repo1 &&
        git init repo1/sub &&
        test_commit -C repo1/sub x &&
+       test_config_global protocol.file.allow always &&
        git -C repo1 submodule add ./sub &&
        git -C repo1 commit -m "adding sub" &&