Merge pull request #390 from puppetlabs/fix_acceptance_tests

Fix fake paths that always cause errors
This commit is contained in:
TP Honey
2019-09-26 10:40:37 +01:00
committed by GitHub

View File

@@ -71,10 +71,6 @@ context 'with failure cases' do
end
it 'fails on debian or RHEL when passed fake java_alternative and path' do
if os[:family] == 'debian' || os[:family] == 'redhat'
apply_manifest(bogus_alternative, expect_failures: true)
else
apply_manifest(bogus_alternative, catch_failures: true)
end
apply_manifest(bogus_alternative, expect_failures: true)
end
end