Remove eq('') tests thanks to the new deprecation warnings.

This commit is contained in:
Ashley Penney 2014-05-29 12:09:08 -04:00
parent 7ad1390c1d
commit 706eb884eb

View file

@ -128,7 +128,7 @@ describe 'server without defaults:', :unless => UNSUPPORTED_PLATFORMS.include?(f
}
EOS
expect(apply_manifest(pp, :catch_failures => true).stderr).to eq('')
apply_manifest(pp, :catch_failures => true)
apply_manifest(pp, :catch_changes => true)
shell('test -d /tmp/pg_xlogs') do |r|