projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2f154
)
Fix test for error message change
author
Peter Eisentraut
<peter@eisentraut.org>
Sun, 8 Nov 2020 06:48:18 +0000
(07:48 +0100)
committer
Peter Eisentraut
<peter@eisentraut.org>
Sun, 8 Nov 2020 06:50:15 +0000
(07:50 +0100)
fix for
6be725e701611660b36642de9ff1d665a1eb24f5
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 20ab0d5b0bc2a6698dd07b79ac6a5cbe57d59332..a088f71a1aaab83e4c879433b8067d51db1235a1 100644
(file)
--- a/
src/test/ssl/t/002_scram.pl
+++ b/
src/test/ssl/t/002_scram.pl
@@
-78,7
+78,7
@@
else
test_connect_fails(
$common_connstr,
"user=ssltestuser channel_binding=require",
- qr/c
ould not connect to server: c
hannel binding is required, but server did not offer an authentication method that supports channel binding/,
+ qr/channel binding is required, but server did not offer an authentication method that supports channel binding/,
"SCRAM with SSL and channel_binding=require");
}