mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-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.
c77d675747
This commit is contained in:
parent
9a1234e57f
commit
264725c25f
@ -1324,7 +1324,7 @@ func Test_edit_quit()
|
||||
endfunc
|
||||
|
||||
func Test_edit_complete_very_long_name()
|
||||
if !has('unix')
|
||||
if !has('unix') || has('mac')
|
||||
" Long directory names only work on Unix.
|
||||
return
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user