1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Run 006_login_trigger.pl only with Unix-domain sockets

Per report from buildfarm member drongo.

Reported-by: Alexander Lakhin
This commit is contained in:
Alexander Korotkov 2023-10-17 08:11:40 +03:00
parent 79243de13f
commit 6fcaeb0ea2

View File

@ -10,6 +10,11 @@ use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
use Test::More;
if (!$use_unix_sockets)
{
plan skip_all =>
"authentication tests cannot run without Unix-domain sockets";
}
# Execute a psql command and compare its output towards given regexps
sub psql_command