pgsql: Fix SSL tests

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix SSL tests
Date: 2016-05-07 03:46:00
Message-ID: E1aytBo-0001RK-Sv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix SSL tests

These were accidentally broken by the great backpatching of
331828b754378733cb5c2e49227603e7354e4e39.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ab32a4057229dc59ee83614b1fcc7fe242213a78

Modified Files
--------------
src/test/ssl/ServerSetup.pm | 2 ++
src/test/ssl/t/001_ssltests.pl | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-05-07 04:11:32 pgsql: Distrust external OpenSSL clients; clear err queue
Previous Message Peter Eisentraut 2016-05-07 03:12:08 Re: pgsql: Add TAP tests for pg_dump