From b3ee55446e51ff0f71688b618e03bc6cb1c86c01 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 6 Feb 2023 17:41:05 -0800 Subject: [PATCH] e2e: allow file:// repos (missing piece) --- test_e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test_e2e.sh b/test_e2e.sh index 93acec6..17a89e5 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -211,6 +211,7 @@ function GIT_SYNC() { -v=6 \ --add-user \ --touch-file="$INTERLOCK" \ + --git-config='protocol.file.allow:always' \ "$@" }