summaryrefslogtreecommitdiff
path: root/spec/acceptance/files/create_git_repo.sh
diff options
context:
space:
mode:
authorJohn Duarte <john.duarte@puppetlabs.com>2014-05-05 14:02:51 -0700
committerJohn Duarte <john.duarte@puppetlabs.com>2014-05-18 11:38:18 -0700
commitbca6ff5c480d4aa129766ccac4cb385aef092fd9 (patch)
tree1886b8895516da002a0aeffbcea8941eac75b200 /spec/acceptance/files/create_git_repo.sh
parent4021245ebb54878c691d50efe3f9ce712734e4b6 (diff)
Add spec for clone protocols skeleton
The git_clone_protocols_spec.rb will be used to enumerate over the available protocols for git to use to clone to disk. The initial skeleton includes the 'file://' protocol test as well as support key files to be used later.
Diffstat (limited to 'spec/acceptance/files/create_git_repo.sh')
-rwxr-xr-xspec/acceptance/files/create_git_repo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/acceptance/files/create_git_repo.sh b/spec/acceptance/files/create_git_repo.sh
index 03c4f44..87b00a4 100755
--- a/spec/acceptance/files/create_git_repo.sh
+++ b/spec/acceptance/files/create_git_repo.sh
@@ -34,3 +34,4 @@ 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