summaryrefslogtreecommitdiff
path: root/t/t7421-submodule-summary-add.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t7421-submodule-summary-add.sh')
-rwxr-xr-xt/t7421-submodule-summary-add.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t7421-submodule-summary-add.sh b/t/t7421-submodule-summary-add.sh
index b070f13714..ce64d8b137 100755
--- a/t/t7421-submodule-summary-add.sh
+++ b/t/t7421-submodule-summary-add.sh
@@ -12,6 +12,10 @@ while making sure to add submodules using `git submodule add` instead of
. ./test-lib.sh
+test_expect_success 'setup' '
+ git config --global protocol.file.allow always
+'
+
test_expect_success 'summary test environment setup' '
git init sm &&
test_commit -C sm "add file" file file-content file-tag &&