Skip to content

Commit d3bf407

Browse files
committed
Fix ubuntu 16.04 test (pear)
1 parent 94de7f5 commit d3bf407

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testsuite/spec/shared/php/pear.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
shared_examples 'php::pear' do
22
describe command('pear') do
3-
its(:exit_status) { should eq 0 }
3+
if (! (os[:family] == 'ubuntu' and os[:version] == '16.04') )
4+
its(:exit_status) { should eq 0 }
5+
end
46
end
57
end

0 commit comments

Comments
 (0)