зеркало из https://github.com/microsoft/git.git
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 <me@ttaylorr.com>
This commit is contained in:
Родитель
fd59c5bdee
Коммит
e175fb5767
|
@ -28,6 +28,7 @@ test_no_branch () {
|
|||
}
|
||||
|
||||
test_expect_success 'setup superproject and submodule' '
|
||||
git config --global protocol.file.allow always &&
|
||||
mkdir test_dirs &&
|
||||
(
|
||||
cd test_dirs &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче