patch 9.1.1484: tests: Turkish locale tests fails on Mac

Problem:  tests: Turkish locale tests fails on Mac
          (after v9.1.1480)
Solution: skip the test Test_pos_percentage_in_turkish_locale() on Mac

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-06-26 23:04:37 +02:00
parent 81f9815831
commit 223189389a
2 changed files with 3 additions and 0 deletions

View File

@ -4379,6 +4379,7 @@ endfunc
func Test_pos_percentage_in_turkish_locale()
CheckRunVimInTerminal
CheckNotMac
defer execute(':lang C')
try

View File

@ -709,6 +709,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1484,
/**/
1483,
/**/