]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1484: tests: Turkish locale tests fails on Mac v9.1.1484
authorChristian Brabandt <cb@256bit.org>
Thu, 26 Jun 2025 21:04:37 +0000 (23:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Jun 2025 21:06:23 +0000 (23:06 +0200)
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>
src/testdir/test_normal.vim
src/version.c

index 1ce631439a36659afbdf3f5e0773d9814c060437..a0ee3b80b1b0ea02fab0271dc4b95ef89ff8ec1e 100644 (file)
@@ -4379,6 +4379,7 @@ endfunc
 
 func Test_pos_percentage_in_turkish_locale()
   CheckRunVimInTerminal
+  CheckNotMac
   defer execute(':lang C')
 
   try
index 35685911cc5cd2d6b1311986dbf7f8302546d1f5..8d6eb47e00a0f263edcef7448d9ec40b04476e67 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1484,
 /**/
     1483,
 /**/