summaryrefslogtreecommitdiff
path: root/spec/acceptance
diff options
context:
space:
mode:
authorJohn Duarte <john.duarte@puppetlabs.com>2014-05-12 11:24:16 -0700
committerJohn Duarte <john.duarte@puppetlabs.com>2014-05-18 11:38:20 -0700
commitb362b35825638c27a7a19da97bd14bc9d7e133b4 (patch)
tree906d9aeea62b94ef1842c01d9fe6cade44a76683 /spec/acceptance
parent8d0d19cc6d7d684b526ddc00172ca1db65207073 (diff)
Fix exec test for shallow clone
Diffstat (limited to 'spec/acceptance')
-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