0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.0.0555: toupper/tolower test fails on OSX without Darwin

Problem:    Toupper/tolower test fails on OSX without Darwin.
Solution:   Skip that part of the test also for OSX. (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar 2017-04-09 14:58:15 +02:00
parent 1cc482069a
commit d2381a2cad
2 changed files with 3 additions and 1 deletions

View File

@ -1605,7 +1605,7 @@ fun! Test_normal30_changecase()
" Turkish ASCII turns to multi-byte. On Mac the Turkish locale is available " Turkish ASCII turns to multi-byte. On Mac the Turkish locale is available
" but toupper()/tolower() don't do the right thing. " but toupper()/tolower() don't do the right thing.
if !has('mac') if !has('mac') && !has('osx')
try try
lang tr_TR.UTF-8 lang tr_TR.UTF-8
set casemap= set casemap=

View File

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