aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os/env_spec.lua
Commit message (Expand)AuthorAge
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* chore: fix typos (#16816)dundargoc2022-01-04
* win: avoid duplicate separators in $PATH #12869Justin M. Keyes2020-09-08
* lua: Use #var instead of deprecated table.getn(var)James McCoy2020-07-31
* doc: fix typosBrian Wignall2019-11-27
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* test: expand_env_esc: Pass correct buffer size for outlen and assertionJames McCoy2017-07-02
* startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
* win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
* build: Rename NEOVIM_* to NVIM_*Justin M. Keyes2017-03-27
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittests: Run all unit tests in their own processesZyX2017-03-11
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* test: expand_env_esc()Justin M. Keyes2017-01-21
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* test/unit: clean up according to luacheckMarco Hinz2015-11-23
* test: Ensure proper initialization in unit/helpers.luaThiago de Arruda2015-07-01
* Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* refactor: add tests for env_expand_escbobtwinkles2015-03-24
* unittest: convert env_spec.moon to luaThiago de Arruda2014-08-31