Skip to content

Commit 4a7dab5

Browse files
committed
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 <[email protected]>
1 parent 656d9a2 commit 4a7dab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t1092-sparse-checkout-compatibility.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ test_expect_success 'submodule handling' '
390390
test_all_match git add modules &&
391391
test_all_match git commit -m "add modules directory" &&
392392
393+
test_config_global protocol.file.allow always &&
394+
393395
run_on_all git submodule add "$(pwd)/initial-repo" modules/sub &&
394396
test_all_match git commit -m "add submodule" &&
395397

0 commit comments

Comments
 (0)