commit | c77d6757471fa207520586bbdbc1b30af84cf5c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 14:13:14 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 14:13:14 2017 +0200 |
tree | bb00086e0a5f94aefb50605e616f2e950cc94b09 | |
parent | 9b81079ddd839a666682f6bdbc24890bf4d1a42c [diff] [blame] |
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.
diff --git a/src/testdir/test_edit.vim b/src/testdir/test_edit.vim index 70e6bea..4db7bcf 100644 --- a/src/testdir/test_edit.vim +++ b/src/testdir/test_edit.vim
@@ -1324,7 +1324,7 @@ 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