aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/testdir/test_edit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_edit.vim b/src/nvim/testdir/test_edit.vim
index daa86a2f80..9275acd09d 100644
--- a/src/nvim/testdir/test_edit.vim
+++ b/src/nvim/testdir/test_edit.vim
@@ -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