mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
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:
parent
fd59c5bdee
commit
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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user