0001-fixup-Move-ICU-database-encoding-check-into-validati.patch
text/x-patch
Filename: 0001-fixup-Move-ICU-database-encoding-check-into-validati.patch
Type: text/x-patch
Part: 0
Patch
Format: format-patch
Series: patch 0001
Subject: fixup! Move ICU database encoding check into validation function
| File | + | − |
|---|---|---|
| src/bin/scripts/t/020_createdb.pl | 1 | 1 |
From ccaaf785a2aa14460d8360709d6f0ea4746f0157 Mon Sep 17 00:00:00 2001
From: Andreas Karlsson <andreas@proxel.se>
Date: Fri, 20 Dec 2024 06:47:33 +0100
Subject: [PATCH] fixup! Move ICU database encoding check into validation
function
---
src/bin/scripts/t/020_createdb.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/scripts/t/020_createdb.pl b/src/bin/scripts/t/020_createdb.pl
index 4a0e2c883a1..36d285d4777 100644
--- a/src/bin/scripts/t/020_createdb.pl
+++ b/src/bin/scripts/t/020_createdb.pl
@@ -59,7 +59,7 @@ if ($ENV{with_icu} eq 'yes')
$node->command_fails_like(
[
'createdb', '-T',
- 'template0', '--locale-provider=icu',
+ 'template0', '--locale-provider=icu', '--icu-locale=en',
'--encoding=SQL_ASCII', 'foobarX'
],
qr/ERROR: encoding "SQL_ASCII" is not supported with ICU provider/,
--
2.45.2