test: adjust configuration to recent git

... to allow file protocol

Fixes mnauw/git-remote-hg#53
This commit is contained in:
Mark Nauwelaerts
2022-12-06 22:57:02 +01:00
parent ea7e9bf31a
commit 5f34d049b9

View File

@@ -65,3 +65,4 @@ export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME
# maintain backwards compatible default # maintain backwards compatible default
# (as used in remote helper) # (as used in remote helper)
git config --global init.defaultBranch master git config --global init.defaultBranch master
git config --global protocol.file.allow always