diff options
author | John Szakmeister <john@szakmeister.net> | 2015-02-09 06:49:11 -0500 |
---|---|---|
committer | John Szakmeister <john@szakmeister.net> | 2015-02-09 06:49:11 -0500 |
commit | 41d8c8980b088e509c577a35c765d498d5498581 (patch) | |
tree | dc3d8d9b626032cfe7e939e0610d538e467c8ca7 /src | |
parent | 7ab0fcdd945eaa157004ccee2949c680deff439e (diff) | |
download | rneovim-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')
0 files changed, 0 insertions, 0 deletions