summaryrefslogtreecommitdiff
path: root/spec/acceptance
diff options
context:
space:
mode:
authorJohn Duarte <john.duarte@puppetlabs.com>2014-05-12 11:27:37 -0700
committerJohn Duarte <john.duarte@puppetlabs.com>2014-05-18 11:38:20 -0700
commiteeb52c491869c7916758b4d878018ef4df460bf3 (patch)
treebfef36cf3f75f7c977aa2be516e08fbfbaccae75 /spec/acceptance
parent3c032db01ae041281e9fba449f1e9bbdfb93dc07 (diff)
Fix exec test for clone
Diffstat (limited to 'spec/acceptance')
-rw-r--r--spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb (renamed from spec/acceptance/beaker/git/clone/negative/clone_repo_with_hostile_excludes.rb)2
1 files changed, 1 insertions, 1 deletions
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
index 6331840..2ab213c 100644
--- 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')