We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e68530 commit 2e421cbCopy full SHA for 2e421cb
src/test/ssl/t/001_ssltests.pl
@@ -17,7 +17,7 @@
17
{
18
plan skip_all => 'OpenSSL not supported by this build';
19
}
20
-elsif ($ENV{PG_TEST_EXTRA} !~ /ssl/)
+elsif ($ENV{PG_TEST_EXTRA} !~ /\bssl\b/)
21
22
plan skip_all => 'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';
23
0 commit comments