neovim/test/unit
Stefan Hoffmann f2433aedc8 cleanup environment variable handling + unit tests
* removed a putenv() implementation which isn't needed anymore
  * mch_getenv() and mch_setenv() are now functions in src/os/env.c
  * removes direct calls to getenv() and setenv() outside of src/os/env.c
  * refactored the logic of get_env_name into mch_getenvname_at_index
  * added unittests for the functions in os/env.c
2014-03-06 13:38:45 -03:00
..
os cleanup environment variable handling + unit tests 2014-03-06 13:38:45 -03:00
helpers.moon Apply small refactor to unit tests 2014-03-04 11:26:37 -03:00
misc1.moon Apply small refactor to unit tests 2014-03-04 11:26:37 -03:00
os_unix.moon Implement pending test. 2014-03-05 15:01:19 -03:00