Remove PGSSLCRLDIR from the list of variables ignored in TAP tests
authorMichael Paquier <michael@paquier.xyz>
Sat, 12 Jun 2021 01:39:21 +0000 (10:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 12 Jun 2021 01:39:21 +0000 (10:39 +0900)
commitf865d2affc456ede17e46949007682e91d19daa4
treedfea7ae0f2a9ba675cb9442e63bfd1679a870cd1
parent065ce069ae4fe5f59251435ebfe13e14a2d5874c
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
src/test/perl/TestLib.pm