aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5617-clone-submodules-remote.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5617-clone-submodules-remote.sh')
-rwxr-xr-xt/t5617-clone-submodules-remote.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5617-clone-submodules-remote.sh b/t/t5617-clone-submodules-remote.sh
index 1a041df10b..0152dc0440 100755
--- a/t/t5617-clone-submodules-remote.sh
+++ b/t/t5617-clone-submodules-remote.sh
@@ -7,6 +7,7 @@ test_description='Test cloning repos with submodules using remote-tracking branc
pwd=$(pwd)
test_expect_success 'setup' '
+ git config --global protocol.file.allow always &&
git checkout -b master &&
test_commit commit1 &&
mkdir sub &&