Make "kerberos" test suite independent of "localhost" name resolution.

Noah Misch <noah@leadboat.com>

Commit: 75224ac20e90d2a9ba18ead1af62c74858d48c41
Author: Noah Misch <noah@leadboat.com>
Date: 2018-08-04T03:53:40Z
Releases: 11.0
Make "kerberos" test suite independent of "localhost" name resolution.

This suite malfunctioned if the canonical name of "localhost" was
something other than "localhost", such as "localhost.localdomain".  Use
hostaddr=127.0.0.1 and a fictitious host=, so the resolver's answers for
"localhost" don't affect the outcome.  Back-patch to v11, which
introduced this test suite.

Discussion: https://postgr.es/m/20180801050903.GA1392916@rfd.leadboat.com

Files

PathChange+/−
src/test/kerberos/t/001_auth.pl modified +12 −8

Discussion