diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:48:57 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 19:58:16 -0400 |
| commit | f2798aa404c32a7ba4a10c1e8657dcacff5188db (patch) | |
| tree | 87d322406df8ad787cd75ba15a61e9482dbab64c /t/t5572-pull-submodule.sh | |
| parent | 9a167cb7860d7ae7cd5685434d0194c934800128 (diff) | |
| parent | fcdaa211e6127eeba69a121844e08aec67da2131 (diff) | |
| download | git-f2798aa404c32a7ba4a10c1e8657dcacff5188db.tar.gz | |
Sync with 2.36.3
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5572-pull-submodule.sh')
| -rwxr-xr-x | t/t5572-pull-submodule.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t5572-pull-submodule.sh b/t/t5572-pull-submodule.sh index a35396fadf..09097eff3f 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 && |
