diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 23:48:57 +0200 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-10-07 01:58:16 +0200 |
commit | f2798aa404c32a7ba4a10c1e8657dcacff5188db (patch) | |
tree | 87d322406df8ad787cd75ba15a61e9482dbab64c /t/t5516-fetch-push.sh | |
parent | t7527: prepare for changing protocol.file.allow (diff) | |
parent | Git 2.36.3 (diff) | |
download | git-f2798aa404c32a7ba4a10c1e8657dcacff5188db.tar.xz git-f2798aa404c32a7ba4a10c1e8657dcacff5188db.zip |
Sync with 2.36.3
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5516-fetch-push.sh')
-rwxr-xr-x | t/t5516-fetch-push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index 541adbb310..794738ed10 100755 --- a/t/t5516-fetch-push.sh +++ b/t/t5516-fetch-push.sh @@ -217,6 +217,7 @@ test_expect_success 'push with negotiation proceeds anyway even if negotiation f test_expect_success 'push with negotiation does not attempt to fetch submodules' ' mk_empty submodule_upstream && test_commit -C submodule_upstream submodule_commit && + test_config_global protocol.file.allow always && git submodule add ./submodule_upstream submodule && mk_empty testrepo && git push testrepo $the_first_commit:refs/remotes/origin/first_commit && |