Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-07 00:48:57 +0300
committerTaylor Blau <me@ttaylorr.com>2022-10-07 02:58:16 +0300
commitf2798aa404c32a7ba4a10c1e8657dcacff5188db (patch)
tree87d322406df8ad787cd75ba15a61e9482dbab64c /t/t3200-branch.sh
parent9a167cb7860d7ae7cd5685434d0194c934800128 (diff)
parentfcdaa211e6127eeba69a121844e08aec67da2131 (diff)
Sync with 2.36.3
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-xt/t3200-branch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 9723c2827c..88b9c56e5c 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -306,6 +306,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" &&