Merge pull request #424 from apenney/remove-eq-tests

Remove eq('') tests thanks to the new deprecation warnings.
This commit is contained in:
Morgan Haskel 2014-05-29 12:11:18 -04:00
commit fbeb8b54b6

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|