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 ec3c9cc commit 3f0c901Copy full SHA for 3f0c901
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