Silence perl warning about uninitialized value
This commit is contained in:
parent
64a1f22565
commit
0d14019318
@ -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';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user