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:
@@ -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';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user