projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a1f22
)
Silence perl warning about uninitialized value
author
Andrew Dunstan
Sun, 1 Aug 2021 17:03:15 +0000
(13:03 -0400)
committer
Andrew Dunstan
Sun, 1 Aug 2021 17:03:15 +0000
(13:03 -0400)
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
b/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
index 0a45fc1b75eb7d16f1ea69d9a28fef2fe394583b..1f28f303f1aaf77b614c719fc033cce3967b1e4e 100644
(file)
--- a/
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
+++ b/
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
@@
-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';
}