summaryrefslogtreecommitdiff
path: root/spec/acceptance/files
diff options
context:
space:
mode:
authorJohn Duarte <john.duarte@puppetlabs.com>2014-05-06 08:55:51 -0700
committerJohn Duarte <john.duarte@puppetlabs.com>2014-05-18 11:38:18 -0700
commit2e8cc51403ead784e9764bb25d15d8a30d8d6475 (patch)
tree224dd761f8096e4c00ce1b1d685c65e179637d65 /spec/acceptance/files
parent6c284f23696eb5d036537acab9a6d564b700d78a (diff)
Add test for git clone using http
Diffstat (limited to 'spec/acceptance/files')
-rwxr-xr-xspec/acceptance/files/create_git_repo.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/acceptance/files/create_git_repo.sh b/spec/acceptance/files/create_git_repo.sh
index 87b00a4..40f341a 100755
--- a/spec/acceptance/files/create_git_repo.sh
+++ b/spec/acceptance/files/create_git_repo.sh
@@ -34,4 +34,6 @@ cd ..
git --git-dir=testrepo/.git config core.bare true
cp -r testrepo/.git testrepo.git
rm -rf testrepo
-touch testrepo.git/git-daemon-export-ok
+cd testrepo.git
+touch git-daemon-export-ok
+git update-server-info