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
No known key found for this signature in database
GPG key ID: 99FA7FCB59FC3B81

View file

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