Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f0c901

Browse files
committed
Use \b in one more PG_TEST_EXTRA check, oversight inc3382a3
Per off-list report from Thomas Munro.
1 parentec3c9cc commit3f0c901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/ssl/t/001_ssltests.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
planskip_all=>'OpenSSL not supported by this build';
1919
}
20-
elsif ($ENV{PG_TEST_EXTRA} !~/ssl/)
20+
elsif ($ENV{PG_TEST_EXTRA} !~/\bssl\b/)
2121
{
2222
planskip_all=>'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';
2323
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp