Skip to content

Commit 8c546b2

Browse files
committed
Merge pull request puppetlabs#1231 from tphoney/custom_config_test_fix
reduce constraints on regex to fix pe tests
2 parents 6a59421 + a686d99 commit 8c546b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/custom_config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class { 'apache': }
6666
# ports.conf is written. This should trigger a dependency cycle
6767
File["#{$conf_file}"] -> Apache::Custom_config['ordering_test'] -> File["#{$ports_file}"]
6868
EOS
69-
expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/Failed to apply catalog: Found 1 dependency cycle/i)
69+
expect(apply_manifest(pp, :expect_failures => true).stderr).to match(/Found 1 dependency cycle/i)
7070
end
7171

7272
describe file("#{$confd_dir}/25-ordering_test.conf") do

0 commit comments

Comments
 (0)