projects
/
puppet_vcsrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c032db
)
Fix exec test for clone
author
John Duarte
<john.duarte@puppetlabs.com>
Mon, 12 May 2014 18:27:37 +0000
(11:27 -0700)
committer
John Duarte
<john.duarte@puppetlabs.com>
Sun, 18 May 2014 18:38:20 +0000
(11:38 -0700)
spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb
[moved from
spec/acceptance/beaker/git/clone/negative/clone_repo_with_hostile_excludes.rb
with 96% similarity]
patch
|
blob
|
history
diff --git
a/spec/acceptance/beaker/git/clone/negative/clone_repo_with_hostile_excludes.rb
b/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb
similarity index 96%
rename from
spec/acceptance/beaker/git/clone/negative/clone_repo_with_hostile_excludes.rb
rename to
spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb
index
6331840
..
2ab213c
100644
(file)
--- a/
spec/acceptance/beaker/git/clone/negative/clone_repo_with_hostile_excludes.rb
+++ b/
spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb
@@
-2,7
+2,7
@@
test_name 'C3509 - clone repo with excludes not in repo'
# Globals
repo_name = 'testrepo_with_excludes_not_in_repo'
-exclude1 =
'rm -rf /tmp'
+exclude1 =
"'exec 'rm -rf /tmp'"
hosts.each do |host|
tmpdir = host.tmpdir('vcsrepo')