mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3cc
Per off-list report from Thomas Munro.
This commit is contained in:
parent
ec3c9cc202
commit
3f0c901e74
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user