mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix test failure caused in 27b62377b4.
Per buildfarm system "prion".
This commit is contained in:
parent
bcc704b524
commit
8da2ec31ee
@ -111,7 +111,7 @@ if ($ENV{with_icu} eq 'yes')
|
|||||||
'--locale-provider=icu', '--icu-locale=@colNumeric=lower',
|
'--locale-provider=icu', '--icu-locale=@colNumeric=lower',
|
||||||
"$tempdir/dataX"
|
"$tempdir/dataX"
|
||||||
],
|
],
|
||||||
qr/error: could not open collator for locale/,
|
qr/could not open collator for locale/,
|
||||||
'fails for invalid ICU locale');
|
'fails for invalid ICU locale');
|
||||||
|
|
||||||
command_fails_like(
|
command_fails_like(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user