Skip to content

Commit e7f3f46

Browse files
committed
Merge pull request #726 from DavidS/fix-acceptance-tests
spec_helper_acceptance: Remove conflicting yum install
2 parents 5820093 + 097efe2 commit e7f3f46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/spec_helper_acceptance.rb

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# Required for binding tests.
2121
if fact('osfamily') == 'RedHat'
2222
version = fact("operatingsystemmajrelease")
23-
shell("yum localinstall -y http://yum.puppetlabs.com/puppetlabs-release-el-#{version}.noarch.rpm")
2423
if fact('operatingsystemmajrelease') =~ /7/ || fact('operatingsystem') =~ /Fedora/
2524
shell("yum install -y bzip2")
2625
end

0 commit comments

Comments
 (0)