aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-03-06 14:45:05 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-03-06 14:45:05 -0500
commit286c0ab257f8dde8e5494426b86c38f3877ae5c2 (patch)
tree9e4e780bc36383d22f8b4160d06810512374829c /src
parentf0ae2fa88bb97eaab2b6df7a0e7e503f392d3181 (diff)
downloadpostgresql-286c0ab257f8dde8e5494426b86c38f3877ae5c2.tar.gz
postgresql-286c0ab257f8dde8e5494426b86c38f3877ae5c2.zip
Fix expected error message in test
Diffstat (limited to 'src')
-rw-r--r--src/test/ssl/t/002_scram.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ssl/t/002_scram.pl b/src/test/ssl/t/002_scram.pl
index 7c6be7a219b..3d7f9abfbe7 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,