From 37d94e6b14d41bdfbd1a35ecd391297c938a2abf Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 12 Jun 2021 10:39:38 +0900 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index a25998ed9d2..7f8e9f32e05 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -72,7 +72,6 @@ BEGIN PGSERVICEFILE PGSSLCERT PGSSLCRL - PGSSLCRLDIR PGSSLKEY PGSSLMODE PGSSLROOTCERT