summaryrefslogtreecommitdiff
path: root/spec/acceptance/files/create_git_repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/files/create_git_repo.sh')
-rwxr-xr-xspec/acceptance/files/create_git_repo.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/acceptance/files/create_git_repo.sh b/spec/acceptance/files/create_git_repo.sh
index 03c4f44..40f341a 100755
--- a/spec/acceptance/files/create_git_repo.sh
+++ b/spec/acceptance/files/create_git_repo.sh
@@ -34,3 +34,6 @@ cd ..
git --git-dir=testrepo/.git config core.bare true
cp -r testrepo/.git testrepo.git
rm -rf testrepo
+cd testrepo.git
+touch git-daemon-export-ok
+git update-server-info