1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Silence perl warning about uninitialized value

This commit is contained in:
Andrew Dunstan
2021-08-01 13:03:15 -04:00
parent 64a1f22565
commit 0d14019318

View File

@@ -10,7 +10,7 @@ use TestLib;
use Test::More; use Test::More;
use PostgresNode; use PostgresNode;
unless ($ENV{with_ssl} eq 'openssl') unless (($ENV{with_ssl} || "") eq 'openssl')
{ {
plan skip_all => 'OpenSSL not supported by this build'; plan skip_all => 'OpenSSL not supported by this build';
} }