MacPorts support for "extra" tests

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-03-21T00:55:00Z
Lists: pgsql-hackers

Attachments

Hello hackers,

Peter E added some nice tests for LDAP and Kerberos, but they assume
you have Homebrew when testing on a Mac.  Here's a patch to make them
work with MacPorts too (a competing open source port/package
distribution that happens to be the one that I use).  The third
"extra" test is ssl, but that was already working.

-- 
Thomas Munro
https://enterprisedb.com

Commits

  1. Add MacPorts support to src/test/ldap tests.