We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96221d commit 233a61eCopy full SHA for 233a61e
1 file changed
ci/expect_scripts/locale.exp
@@ -9,7 +9,7 @@ source ./ci/expect_scripts/shared-code.exp
9
10
spawn $env(EXAMPLES_DIR)locale
11
12
-expect -re {The most preferred locale for this system or application: [a-z]+-[A-Z]+\r\n} {
+expect -re {The most preferred locale for this system or application: [a-zA-Z\-]+\r\n} {
13
expect -re {All available locales for this system or application: \[.*\]\r\n} {
14
expect eof {
15
check_exit_and_segfault
@@ -18,4 +18,4 @@ expect -re {The most preferred locale for this system or application: [a-z]+-[A-
18
}
19
20
puts stderr "\nExpect script failed: output was different from expected value."
21
-exit 1
+exit 1
0 commit comments