Skip to content

Commit c193e6b

Browse files
committed
t5516: prepare for changing protocol.file.allow
Explicitly cloning over the "file://" protocol in t5516 in preparation for merging a security release which will change the default value of this configuration to be "user". Signed-off-by: Taylor Blau <[email protected]>
1 parent e175fb5 commit c193e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5516-fetch-push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ test_expect_success 'push with negotiation proceeds anyway even if negotiation f
216216
test_expect_success 'push with negotiation does not attempt to fetch submodules' '
217217
mk_empty submodule_upstream &&
218218
test_commit -C submodule_upstream submodule_commit &&
219+
test_config_global protocol.file.allow always &&
219220
git submodule add ./submodule_upstream submodule &&
220221
mk_empty testrepo &&
221222
git push testrepo $the_first_commit:refs/remotes/origin/first_commit &&

0 commit comments

Comments
 (0)