mirror of
https://github.com/neovim/neovim.git
synced 2026-03-23 17:10:52 +00:00
See https://github.com/neovim/neovim/issues/1519 for failure report. Cause : In OSX, /tmp is a symbolic link to /private/tmp, which causes expected and got results different because of implicit resolution. Solution : Resolve path before setting expected value.