diff options
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 |