Skip to content

Commit 233a61e

Browse files
authored
fix locale
1 parent e96221d commit 233a61e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/expect_scripts/locale.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source ./ci/expect_scripts/shared-code.exp
99

1010
spawn $env(EXAMPLES_DIR)locale
1111

12-
expect -re {The most preferred locale for this system or application: [a-z]+-[A-Z]+\r\n} {
12+
expect -re {The most preferred locale for this system or application: [a-zA-Z\-]+\r\n} {
1313
expect -re {All available locales for this system or application: \[.*\]\r\n} {
1414
expect eof {
1515
check_exit_and_segfault
@@ -18,4 +18,4 @@ expect -re {The most preferred locale for this system or application: [a-z]+-[A-
1818
}
1919

2020
puts stderr "\nExpect script failed: output was different from expected value."
21-
exit 1
21+
exit 1

0 commit comments

Comments
 (0)