Skip to content

Commit 862292f

Browse files
author
Morgan Haskel
committed
Merge pull request #125 from bmjen/fix-acceptance
adds pe path to ruby for acceptance tests
2 parents 61ad3bf + e588bea commit 862292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create_keys_for_test(host)
1616
on host, 'mkdir /cygdrive/c/tmp'
1717
else
1818
path = '${PATH}'
19-
path = "/opt/csw/bin:#{path}" # Need ruby's path on solaris 10 (foss)
19+
path = "/opt/puppetlabs/puppet/bin:/opt/csw/bin:#{path}" # Need ruby's path on solaris 10 (foss)
2020
if host.is_pe?
2121
path = "#{host['puppetbindir']}:#{path}" # But try PE's ruby first
2222
end

0 commit comments

Comments
 (0)