summaryrefslogtreecommitdiff
path: root/t/t2405-worktree-submodule.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t2405-worktree-submodule.sh')
-rwxr-xr-xt/t2405-worktree-submodule.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t2405-worktree-submodule.sh b/t/t2405-worktree-submodule.sh
index b172c26..11018f3 100755
--- a/t/t2405-worktree-submodule.sh
+++ b/t/t2405-worktree-submodule.sh
@@ -10,6 +10,7 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
base_path=$(pwd -P)
test_expect_success 'setup: create origin repos' '
+ git config --global protocol.file.allow always &&
git init origin/sub &&
test_commit -C origin/sub file1 &&
git init origin/main &&