diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-06-12 10:39:38 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-06-12 10:39:38 +0900 |
commit | 37d94e6b14d41bdfbd1a35ecd391297c938a2abf (patch) | |
tree | ff1ca119d0024e4eeb307531602a0349ae4cd6d1 | |
parent | 1c2c6a9a299c4b26c46b48a178a431c0ba21cebd (diff) |
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
-rw-r--r-- | src/test/perl/TestLib.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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 |