diff options
author | John Duarte <john.duarte@puppetlabs.com> | 2014-05-12 11:27:37 -0700 |
---|---|---|
committer | John Duarte <john.duarte@puppetlabs.com> | 2014-05-18 11:38:20 -0700 |
commit | eeb52c491869c7916758b4d878018ef4df460bf3 (patch) | |
tree | bfef36cf3f75f7c977aa2be516e08fbfbaccae75 /spec | |
parent | 3c032db01ae041281e9fba449f1e9bbdfb93dc07 (diff) | |
download | puppet-vcsrepo-eeb52c491869c7916758b4d878018ef4df460bf3.tar.gz puppet-vcsrepo-eeb52c491869c7916758b4d878018ef4df460bf3.tar.bz2 |
Fix exec test for clone
Diffstat (limited to 'spec')
-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') |