diff options
author | Jeff Davis <jdavis@postgresql.org> | 2023-03-09 15:34:41 -0800 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2023-03-09 15:34:41 -0800 |
commit | 8da2ec31eee432d6e51c50c3d73f88e81dede193 (patch) | |
tree | a2aae6bb0b7969c9b674e168a043e200b7e4ba95 /src | |
parent | bcc704b52490492e6bd73c4444056b3e9644504d (diff) | |
download | postgresql-8da2ec31eee432d6e51c50c3d73f88e81dede193.tar.gz postgresql-8da2ec31eee432d6e51c50c3d73f88e81dede193.zip |
Fix test failure caused in 27b62377b4.
Per buildfarm system "prion".
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/t/001_initdb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/t/001_initdb.pl b/src/bin/initdb/t/001_initdb.pl index e5d214e09c4..7ed346bd08a 100644 --- a/src/bin/initdb/t/001_initdb.pl +++ b/src/bin/initdb/t/001_initdb.pl @@ -111,7 +111,7 @@ if ($ENV{with_icu} eq 'yes') '--locale-provider=icu', '--icu-locale=@colNumeric=lower', "$tempdir/dataX" ], - qr/error: could not open collator for locale/, + qr/could not open collator for locale/, 'fails for invalid ICU locale'); command_fails_like( |