ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.62k stars 32 forks source link

Make sure DYLD_LIBRARY_PATH is set when running tests on OSX. #60

Closed thedracle closed 5 years ago

thedracle commented 5 years ago

It doesn't seem like DYLD_LIBRARY_PATH makes it into the environment for 'script' on OSX.

Still looks like bash Test #5 fails for some reason or another though.

ardagnir commented 5 years ago

Sorry, I just saw this. It doesn’t look like any of the lines in the pull request should change anything. (I’m not disagreeing that they might fix things, but I don’t want to add code that fixes things for mysterious reasons).

There is no bash test 5, but if you mean vim test 5, that is a test for persist mode. If you don’t use ATHAME_VIM_PERSIST, you can ignore failures of that test.

thedracle commented 5 years ago

Ultimately it seems the issue is that the DYLD_LIBRARY_PATH variable isn't making it into the tests on OSX.

Probably there is a better way to resolve the above issue, and an underlying explanation for the environmental difference.