summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb')
-rw-r--r--spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb b/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb
index 4c43be1..ecd51ad 100644
--- a/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb
+++ b/spec/acceptance/beaker/git/shallow_clone/negative/shallow_clone_http.rb
@@ -4,7 +4,7 @@ test_name 'C3479 - shallow clone repo minimal depth = 1 (http protocol)'
repo_name = 'testrepo_shallow_clone'
hosts.each do |host|
- ruby = '/opt/puppet/bin/ruby' if host.is_pe? || 'ruby'
+ ruby = (host.is_pe? && '/opt/puppet/bin/ruby') || 'ruby'
tmpdir = host.tmpdir('vcsrepo')
step 'setup - create repo' do
install_package(host, 'git')