index 2c5d4bf33fe2a612ae2aca330a36c9c3b996275c..24beb0a0b2da9c1fd49fc229468412a36665312e 100644 (file)
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