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
1 changed files with 1 additions and 1 deletions

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';
}