1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Remove PGSSLCRLDIR from the list of variables ignored in TAP tests

This variable was present in the list added by 9d660670, but it is not
supported by this branch.  Issue noticed while diving into a similar
change for pg_regress.c.

Backpatch-through: 9.6
This commit is contained in:
Michael Paquier
2021-06-12 10:39:21 +09:00
parent 065ce069ae
commit f865d2affc

View File

@ -116,7 +116,6 @@ BEGIN
PGSERVICEFILE PGSERVICEFILE
PGSSLCERT PGSSLCERT
PGSSLCRL PGSSLCRL
PGSSLCRLDIR
PGSSLKEY PGSSLKEY
PGSSLMAXPROTOCOLVERSION PGSSLMAXPROTOCOLVERSION
PGSSLMINPROTOCOLVERSION PGSSLMINPROTOCOLVERSION