Skip to content

Commit ef374dd

Browse files
committed
t2080: 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 092d3a2 commit ef374dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/t2080-parallel-checkout-basics.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ TEST_NO_CREATE_REPO=1
4141
# - m/m (file)
4242
#
4343
test_expect_success 'setup repo for checkout with various types of changes' '
44+
test_config_global protocol.file.allow always &&
45+
4446
git init sub &&
4547
(
4648
cd sub &&
@@ -140,6 +142,7 @@ do
140142
esac
141143

142144
test_expect_success "$mode checkout on clone" '
145+
test_config_global protocol.file.allow always &&
143146
repo=various_${mode}_clone &&
144147
set_checkout_config $workers $threshold &&
145148
test_checkout_workers $expected_workers \

0 commit comments

Comments
 (0)