aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-02-09 06:49:11 -0500
committerJohn Szakmeister <john@szakmeister.net>2015-02-09 06:49:11 -0500
commit41d8c8980b088e509c577a35c765d498d5498581 (patch)
treedc3d8d9b626032cfe7e939e0610d538e467c8ca7 /src/nvim/api/private/helpers.c
parent7ab0fcdd945eaa157004ccee2949c680deff439e (diff)
downloadrneovim-41d8c8980b088e509c577a35c765d498d5498581.tar.gz
rneovim-41d8c8980b088e509c577a35c765d498d5498581.tar.bz2
rneovim-41d8c8980b088e509c577a35c765d498d5498581.zip
Fix an fs_spec test under FreeBSD and a symlinked home directory.
It turns out the FreeBSD 10 VM has a symlink for the home directory to /usr/home. Unfortunately, this breaks the test as arg[0] may not have the symlink resolved, but the path returned from the exe() call will. As a result, the comparison fails, even though the result is correct. Let's fix this by running the absolute path through exe() too, and then comparing the results.
Diffstat (limited to 'src/nvim/api/private/helpers.c')
0 files changed, 0 insertions, 0 deletions