mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3c
Per off-list report from Thomas Munro.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user