Skip TAP test for peer authentication if there are no unix-domain sockets
commit9e492d6b693a60d53a5d3d8fbd40ae253b7d22f5
authorMichael Paquier <michael@paquier.xyz>
Fri, 25 Nov 2022 07:37:49 +0000 (25 16:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 25 Nov 2022 07:37:49 +0000 (25 16:37 +0900)
tree4b5efc28bf700e525e306f0544214747bf1fc586
parentd13b684117bdf136f97db5bcba2be524ed038b6d
Skip TAP test for peer authentication if there are no unix-domain sockets

Peer connections require support for local connections to work, but the
test missed the same check as the other ones in this suite.  The
buildfarm does not run the authentication tests on Windows, and, more
surprisingly, the CI with meson was already able to skip it.

Author: Anton A. Melnikov
Discussion: https://postgr.es/m/28b9d685-9590-45b1-fe87-358d61c6950a@inbox.ru
src/test/authentication/t/003_peer.pl