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:27:14 +0200 |
commit | 4a7dab5ce429c4a2badbfd49e1f794c1229b20e4 (patch) | |
tree | 528ef080985060712e8d08665880b94b4ebfee43 /t/t1092-sparse-checkout-compatibility.sh | |
parent | Git 2.32.3 (diff) | |
download | git-4a7dab5ce429c4a2badbfd49e1f794c1229b20e4.tar.xz git-4a7dab5ce429c4a2badbfd49e1f794c1229b20e4.zip |
t1092: prepare for changing protocol.file.allow
Explicitly cloning over the "file://" protocol in t1092 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/t1092-sparse-checkout-compatibility.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t1092-sparse-checkout-compatibility.sh b/t/t1092-sparse-checkout-compatibility.sh index e9a815ca7a..141a7bc65b 100755 --- a/t/t1092-sparse-checkout-compatibility.sh +++ b/t/t1092-sparse-checkout-compatibility.sh @@ -390,6 +390,8 @@ test_expect_success 'submodule handling' ' test_all_match git add modules && test_all_match git commit -m "add modules directory" && + test_config_global protocol.file.allow always && + run_on_all git submodule add "$(pwd)/initial-repo" modules/sub && test_all_match git commit -m "add submodule" && |