Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 286c0ab

Browse files
committed
Fix expected error message in test
1 parent f0ae2fa commit 286c0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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)