mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Silence perl warning about uninitialized value
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user