0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.0.0532: test with long directory name fails on Mac

Problem:    Test with long directory name fails on Mac.
Solution:   Skip the test on Mac systems.
This commit is contained in:
Bram Moolenaar
2017-04-01 14:13:14 +02:00
parent 9b81079ddd
commit c77d675747
2 changed files with 3 additions and 1 deletions

View File

@@ -1324,7 +1324,7 @@ func! Test_edit_rightleft()
endfunc endfunc
func Test_edit_complete_very_long_name() func Test_edit_complete_very_long_name()
if !has('unix') if !has('unix') || has('mac')
" Long directory names only work on Unix. " Long directory names only work on Unix.
return return
endif endif

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 */
/**/
532,
/**/ /**/
531, 531,
/**/ /**/