projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ae2fa
)
Fix expected error message in test
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 6 Mar 2018 19:45:05 +0000
(14:45 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 6 Mar 2018 19:45:05 +0000
(14:45 -0500)
src/test/ssl/t/002_scram.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/ssl/t/002_scram.pl
b/src/test/ssl/t/002_scram.pl
index 7c6be7a219b050834a5093d0c2ede589ecd42ba4..3d7f9abfbe7dd58f03c2e6afb95bcdb184ced217 100644
(file)
--- 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,