diff options
author | John Duarte <john.duarte@puppetlabs.com> | 2014-05-16 15:00:18 -0700 |
---|---|---|
committer | John Duarte <john.duarte@puppetlabs.com> | 2014-05-18 11:38:20 -0700 |
commit | 88727e3b8d934e59707afd8816b84943be7e3b56 (patch) | |
tree | de550e74bc1645d27b4e3376c54fa4d607d1e5ab /spec | |
parent | a50c949a695e04a0b5927d816c3e25ba46745c19 (diff) | |
download | puppet-vcsrepo-88727e3b8d934e59707afd8816b84943be7e3b56.tar.gz puppet-vcsrepo-88727e3b8d934e59707afd8816b84943be7e3b56.tar.bz2 |
Fix exec for clone with excludes test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb b/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb index 2ab213c..2e8d1eb 100644 --- a/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_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 = "'exec 'rm -rf /tmp'" +exclude1 = "`exec \"rm -rf /tmp\"`" hosts.each do |host| tmpdir = host.tmpdir('vcsrepo') |