Skip to content

Commit 59f2f80

Browse files
committed
t5537: prepare for changing protocol.file.allow
Explicitly cloning over the "file://" protocol in t5537 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 c193e6b commit 59f2f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t5537-fetch-shallow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ test_expect_success 'fetch --update-shallow' '
162162
'
163163

164164
test_expect_success 'fetch --update-shallow into a repo with submodules' '
165+
test_config_global protocol.file.allow always &&
166+
165167
git init a-submodule &&
166168
test_commit -C a-submodule foo &&
167169
git init repo-with-sub &&

0 commit comments

Comments
 (0)