diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-09-30 22:47:00 +0200 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-10-01 06:31:31 +0200 |
commit | e175fb5767f90291d7156960f4a33d726175fff2 (patch) | |
tree | 7c613f0f297a93947574446fc764417cfddf3bfa /t/t3207-branch-submodule.sh | |
parent | Git 2.36.2 (diff) | |
download | git-e175fb5767f90291d7156960f4a33d726175fff2.tar.xz git-e175fb5767f90291d7156960f4a33d726175fff2.zip |
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>
Diffstat (limited to '')
-rwxr-xr-x | t/t3207-branch-submodule.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3207-branch-submodule.sh b/t/t3207-branch-submodule.sh index cfde6b237f..fe72b24716 100755 --- a/t/t3207-branch-submodule.sh +++ b/t/t3207-branch-submodule.sh @@ -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 && |