mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03: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';
|
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';
|
plan skip_all => 'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user