summaryrefslogtreecommitdiff
path: root/spec/acceptance/files/create_git_repo.sh
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2014-05-19 08:09:32 -0700
committerAshley Penney <ashley.penney@puppetlabs.com>2014-05-19 08:09:32 -0700
commitf6864f446f4137499586a930cb7514b2dcb82b6d (patch)
tree2dd61d1606152747dda8edc8e299acf6d8e651a8 /spec/acceptance/files/create_git_repo.sh
parentdf0b979b0902a20b6a948958838521da8828e358 (diff)
parent07be768979161434c480c6ec23d848185e157096 (diff)
Merge pull request #141 from johnduarte/beaker_tests
Add beaker tests to complete test plan
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