From: Peter Eisentraut Date: Tue, 6 Mar 2018 19:45:05 +0000 (-0500) Subject: Fix expected error message in test X-Git-Tag: REL_11_BETA1~643 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=286c0ab257f8dde8e5494426b86c38f3877ae5c2;p=postgresql Fix expected error message in test --- diff --git a/src/test/ssl/t/002_scram.pl b/src/test/ssl/t/002_scram.pl index 7c6be7a219..3d7f9abfbe 100644 --- a/src/test/ssl/t/002_scram.pl +++ b/src/test/ssl/t/002_scram.pl @@ -68,7 +68,7 @@ else { test_connect_fails($common_connstr, "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"); } test_connect_fails($common_connstr,