From: Michael Paquier Date: Sat, 12 Jun 2021 01:39:28 +0000 (+0900) Subject: Remove PGSSLCRLDIR from the list of variables ignored in TAP tests X-Git-Tag: REL_12_8~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b56ef31bf946337a47a797250a3d8b6ca22cbade;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 28e91e56092..c69aadc43f0 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -80,7 +80,6 @@ BEGIN PGSERVICEFILE PGSSLCERT PGSSLCRL - PGSSLCRLDIR PGSSLKEY PGSSLMODE PGSSLROOTCERT