mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 04:01:15 +10: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.