diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-09-30 16:47:00 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-10-01 00:31:31 -0400 |
| commit | e175fb5767f90291d7156960f4a33d726175fff2 (patch) | |
| tree | 7c613f0f297a93947574446fc764417cfddf3bfa | |
| parent | fd59c5bdeeb50f18e86f36cbf7a0b82554621690 (diff) | |
| download | git-e175fb5767f90291d7156960f4a33d726175fff2.tar.gz | |
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>
| -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 && |
