aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/core_deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_deps.mk b/test/core_deps.mk
index a398228..27c3b1f 100644
--- a/test/core_deps.mk
+++ b/test/core_deps.mk
@@ -562,7 +562,7 @@ core-deps-fetch-git-submodule: init
$t mkdir $(APP)/deps
$t cd $(APP) && \
git init -q && \
- git submodule -q add file://$(abspath $(APP)/my_dep) deps/my_dep && \
+ git -c protocol.file.allow=always submodule -q add file://$(abspath $(APP)/my_dep) deps/my_dep && \
git config user.email "[email protected]" && \
git config user.name "test suite" && \
git add . && \