mirror of
https://github.com/postgres/postgres.git
synced 2026-03-17 16:12:13 -04: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:
parent
065ce069ae
commit
f865d2affc
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ BEGIN
|
|||
PGSERVICEFILE
|
||||
PGSSLCERT
|
||||
PGSSLCRL
|
||||
PGSSLCRLDIR
|
||||
PGSSLKEY
|
||||
PGSSLMAXPROTOCOLVERSION
|
||||
PGSSLMINPROTOCOLVERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue