aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/105_filename_modifiers_spec.lua
Commit message (Collapse)AuthorAge
* vim-patch:7.4.1652James McCoy2016-03-30
| | | | | | | Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test. https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
* vim-patch:7.4.1643James McCoy2016-03-30
| | | | | | | Problem: Terminating file name has side effects. Solution: Restore the character. (mostly by James McCoy, closes vim/vim#713) https://github.com/vim/vim/commit/d4caf5c16a9f1c9477d426e58d8d3dc47ab5f066
* vim-patch:7.4.1641James McCoy2016-03-30
| | | | | | | Problem: Using unterminated string. Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy) https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
|
* Fix functional-test-105 failure in OSX.Eliseo Martínez2014-11-21
| | | | | | | | | 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.
* legacy tests: migrate test105Rainer Borene2014-11-20