diff options
-rw-r--r-- | src/test/perl/PostgreSQL/Test/Cluster.pm | 1 | ||||
-rw-r--r-- | src/test/postmaster/.gitignore | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm index 63c25eeb835..c793f2135d5 100644 --- a/src/test/perl/PostgreSQL/Test/Cluster.pm +++ b/src/test/perl/PostgreSQL/Test/Cluster.pm @@ -353,7 +353,6 @@ sub raw_connect_works # IO::Socket::UNIX implementation. if ($PostgreSQL::Test::Utils::use_unix_sockets) { - diag "checking if IO::Socket::UNIX works"; eval { my $sock = $self->raw_connect(); $sock->close(); diff --git a/src/test/postmaster/.gitignore b/src/test/postmaster/.gitignore new file mode 100644 index 00000000000..871e943d50e --- /dev/null +++ b/src/test/postmaster/.gitignore @@ -0,0 +1,2 @@ +# Generated by test suite +/tmp_check/ |