Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3c

Per off-list report from Thomas Munro.
This commit is contained in:
Andres Freund 2022-09-20 18:11:10 -07:00
parent ec3c9cc202
commit 3f0c901e74
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if ($ENV{with_ssl} ne 'openssl')
{
plan skip_all => 'OpenSSL not supported by this build';
}
elsif ($ENV{PG_TEST_EXTRA} !~ /ssl/)
elsif ($ENV{PG_TEST_EXTRA} !~ /\bssl\b/)
{
plan skip_all => 'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';
}