Skip to content

Commit 3f0c901

Browse files
committed
Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3
Per off-list report from Thomas Munro.
1 parent ec3c9cc commit 3f0c901

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
plan skip_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
plan skip_all => 'Potentially unsafe test SSL not enabled in PG_TEST_EXTRA';
2323
}

0 commit comments

Comments
 (0)