Skip to content

Commit e175fb5

Browse files
committed
t3207: prepare for changing protocol.file.allow
Explicitly cloning over the "file://" protocol in t3207 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 fd59c5b commit e175fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t3207-branch-submodule.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ test_no_branch () {
2828
}
2929

3030
test_expect_success 'setup superproject and submodule' '
31+
git config --global protocol.file.allow always &&
3132
mkdir test_dirs &&
3233
(
3334
cd test_dirs &&

0 commit comments

Comments
 (0)