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

Appearance settings

Commit 286c0ab

Browse filesBrowse files
committed
Fix expected error message in test
1 parent f0ae2fa commit 286c0ab
Copy full SHA for 286c0ab

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/test/ssl/t/002_scram.pl

Copy file name to clipboardExpand all lines: src/test/ssl/t/002_scram.pl
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
{
6969
test_connect_fails($common_connstr,
7070
"scram_channel_binding=tls-server-end-point",
71-
qr/unsupported SCRAM channel-binding type/,
71+
qr/channel binding type "tls-server-end-point" is not supported by this build/,
7272
"SCRAM authentication with tls-server-end-point as channel binding");
7373
}
7474
test_connect_fails($common_connstr,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.