diff options
author | John Duarte <john.duarte@puppetlabs.com> | 2014-05-12 11:24:16 -0700 |
---|---|---|
committer | John Duarte <john.duarte@puppetlabs.com> | 2014-05-18 11:38:20 -0700 |
commit | b362b35825638c27a7a19da97bd14bc9d7e133b4 (patch) | |
tree | 906d9aeea62b94ef1842c01d9fe6cade44a76683 /spec | |
parent | 8d0d19cc6d7d684b526ddc00172ca1db65207073 (diff) | |
download | puppet-vcsrepo-b362b35825638c27a7a19da97bd14bc9d7e133b4.tar.gz puppet-vcsrepo-b362b35825638c27a7a19da97bd14bc9d7e133b4.tar.bz2 |
Fix exec test for shallow clone
Diffstat (limited to 'spec')
-rw-r--r-- | spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_exec_depth.rb (renamed from spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_hostile_depth.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_hostile_depth.rb b/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_exec_depth.rb index 0a4b467..caef5a6 100644 --- a/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_hostile_depth.rb +++ b/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_exec_depth.rb @@ -22,7 +22,7 @@ hosts.each do |host| ensure => present, source => "file://#{tmpdir}/testrepo.git", provider => git, - depth => 'rm -rf /tmp', + depth => "exec 'rm -rf /tmp'", } EOS |