summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
diff options
context:
space:
mode:
authorTom Lane2024-10-08 18:13:01 +0000
committerTom Lane2024-10-08 18:13:01 +0000
commit01fce8dab16385573ba0f2ddd3d52ba3514a6562 (patch)
treee64c5206e7038985655836f894b89a5b18b44765 /src/test/perl/PostgreSQL/Test
parent2d24fd942c7010247c5b7b54b416acf7f4592a4e (diff)
Silence assorted annoying test output.
Remove unnecessary chatter about "checking if IO::Socket::UNIX works"; our tests should never print anything on stderr unless there's a problem. Add .gitignore entry for temporary directory now being left behind in src/test/postmaster.
Diffstat (limited to 'src/test/perl/PostgreSQL/Test')
-rw-r--r--src/test/perl/PostgreSQL/Test/Cluster.pm1
1 files changed, 0 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();