Skip to content

Commit 8a7bfa0

Browse files
committed
t7814: prepare for changing protocol.file.allow
Explicitly cloning over the "file://" protocol in t7814 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 59f2f80 commit 8a7bfa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t7814-grep-recurse-submodules.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ test_expect_failure 'grep saves textconv cache in the appropriate repository' '
546546

547547
test_expect_success 'grep partially-cloned submodule' '
548548
# Set up clean superproject and submodule for partial cloning.
549+
test_config_global protocol.file.allow always &&
549550
git init super &&
550551
git init super/sub &&
551552
(

0 commit comments

Comments
 (0)