diff options
| author | Peter Eisentraut | 2018-03-06 19:45:05 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2018-03-06 19:45:05 +0000 |
| commit | 286c0ab257f8dde8e5494426b86c38f3877ae5c2 (patch) | |
| tree | 9e4e780bc36383d22f8b4160d06810512374829c /src/test/ssl | |
| parent | f0ae2fa88bb97eaab2b6df7a0e7e503f392d3181 (diff) | |
Fix expected error message in test
Diffstat (limited to 'src/test/ssl')
| -rw-r--r-- | src/test/ssl/t/002_scram.pl | 2 |
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, |
