We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a1f22 commit 0d14019Copy full SHA for 0d14019
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
@@ -10,7 +10,7 @@
10
use Test::More;
11
use PostgresNode;
12
13
-unless ($ENV{with_ssl} eq 'openssl')
+unless (($ENV{with_ssl} || "") eq 'openssl')
14
{
15
plan skip_all => 'OpenSSL not supported by this build';
16
}
0 commit comments