mirror of
1
0
Fork 0

Add workaround for test broken by Git security fix

The fix for this Git security issue [1] involved disabling the local
clone optimization when the repository contains symbolic links. The
security fix broke this particular test; this patch works around the
fix.

[1]: https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85
This commit is contained in:
Anish Athalye 2022-11-17 10:23:43 -05:00
parent d2f76a2593
commit 1971ae9f51
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ test_description='install shim works'
. '../test-lib.bash'
test_expect_success 'setup' '
git config --global protocol.file.allow always
cd ${DOTFILES}
git init
git submodule add ${BASEDIR} dotbot