projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f9384
)
Fix test for error message change
author
Peter Eisentraut
Sun, 8 Nov 2020 06:49:07 +0000
(07:49 +0100)
committer
Peter Eisentraut
Sun, 8 Nov 2020 06:50:42 +0000
(07:50 +0100)
fix for
f3ad4fddfaf71e8f6f037cd627f398ba43625ca1
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 1cdbc50dd3ce8a2c7711361dce36a66ff0346864..d1e8d8833ab7f390e3423e44b89569da39ba420c 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");
}