Skip to content

Commit 6fcaeb0

Browse files
committed
Run 006_login_trigger.pl only with Unix-domain sockets
Per report from buildfarm member drongo. Reported-by: Alexander Lakhin
1 parent 79243de commit 6fcaeb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/authentication/t/006_login_trigger.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
use PostgreSQL::Test::Cluster;
1111
use PostgreSQL::Test::Utils;
1212
use Test::More;
13+
if (!$use_unix_sockets)
14+
{
15+
plan skip_all =>
16+
"authentication tests cannot run without Unix-domain sockets";
17+
}
1318

1419
# Execute a psql command and compare its output towards given regexps
1520
sub psql_command

0 commit comments

Comments
 (0)