Fix expected error message in test

pull/31/merge
Peter Eisentraut 8 years ago
parent f0ae2fa88b
commit 286c0ab257
  1. 2
      src/test/ssl/t/002_scram.pl

@ -68,7 +68,7 @@ else
{ {
test_connect_fails($common_connstr, test_connect_fails($common_connstr,
"scram_channel_binding=tls-server-end-point", "scram_channel_binding=tls-server-end-point",
qr/unsupported SCRAM channel-binding type/, qr/channel binding type "tls-server-end-point" is not supported by this build/,
"SCRAM authentication with tls-server-end-point as channel binding"); "SCRAM authentication with tls-server-end-point as channel binding");
} }
test_connect_fails($common_connstr, test_connect_fails($common_connstr,

Loading…
Cancel
Save