We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac470a9 commit 18a65eeCopy full SHA for 18a65ee
src/test/icu/t/010_database.pl
@@ -54,7 +54,7 @@
54
# Test error cases in CREATE DATABASE involving locale-related options
55
56
my ($ret, $stdout, $stderr) = $node1->psql('postgres',
57
- q{CREATE DATABASE dbicu LOCALE_PROVIDER icu TEMPLATE template0});
+ q{CREATE DATABASE dbicu LOCALE_PROVIDER icu TEMPLATE template0 ENCODING UTF8});
58
isnt($ret, 0,
59
"ICU locale must be specified for ICU provider: exit code not 0");
60
like(
0 commit comments