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:42:55 +0300
committerTaylor Blau <me@ttaylorr.com>2022-10-07 00:42:55 +0300
commit478a426f14b92cef92fc09df442b356a53f6fa8f (patch)
tree1f2dcc827b46b148cc2305f48f35bb233d437fa7 /t/t5572-pull-submodule.sh
parentf2eed22852b0a21556f0c9f56732913eba553e62 (diff)
parent7800e1dccf622ba8d490b4c1c92af734be6242ff (diff)
Sync with 2.33.5
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5572-pull-submodule.sh')
-rwxr-xr-xt/t5572-pull-submodule.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t5572-pull-submodule.sh b/t/t5572-pull-submodule.sh
index fa6b4cca65..069c170572 100755
--- a/t/t5572-pull-submodule.sh
+++ b/t/t5572-pull-submodule.sh
@@ -52,6 +52,10 @@ then
fi
test_submodule_switch_func "git_pull_noff"
+test_expect_success 'setup' '
+ git config --global protocol.file.allow always
+'
+
test_expect_success 'pull --recurse-submodule setup' '
test_create_repo child &&
test_commit -C child bar &&