mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Silence perl warning about uninitialized value
This commit is contained in:
parent
64a1f22565
commit
0d14019318
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue