aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os
Commit message (Expand)AuthorAge
* Use lfs.currentdir() to fix symlink test fail.Rich Churcher2015-04-01
* refactor: add tests for env_expand_escbobtwinkles2015-03-24
* Merge pull request #1965 from jszakmeister/fix-fs-spec-test-for-freebsdJohn Szakmeister2015-02-11
|\
| * Fix an fs_spec test under FreeBSD and a symlinked home directory.John Szakmeister2015-02-09
* | Get rid of a bashism in the fs_spec test. #1964John Szakmeister2015-02-09
|/
* test/os/fs: fix call to lfs.attributesNicolas Hillegeer2015-01-16
* update os_can_exe unit testScott Prager2014-09-17
* vim-patch:7.4.235Scott Prager2014-09-17
* unit tests: initialize everythingJustin M. Keyes2014-09-11
* unit tests: avoid global scope; add missing cimportsJustin M. Keyes2014-09-11
* fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_inodeStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_hardlinksStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* unittest: Move FileInfo tests one level upStefan Hoffmann2014-08-31
* unittest: convert users_spec.moon to luaThiago de Arruda2014-08-31
* unittest: convert fs_spec.moon to luaThiago de Arruda2014-08-31
* unittest: convert env_spec.moon to luaThiago de Arruda2014-08-31
* os_fchown: enable 'change group' unittest on Travis-CIPavel Platto2014-08-13
* os_fchown: add unit testsPavel Platto2014-08-13
* Units: Move NULL, OK, and FAIL to helpers.moon. #982Scott Prager2014-07-30
* test/shell: add testsNicolas Hillegeer2014-07-27
* test/fs: move tests of path_full_dir_name to pathNicolas Hillegeer2014-07-16
* Use default busted pattern for unittests #943Pavel Platto2014-07-14
* os_open: add unit testsJustin M. Keyes2014-07-14
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
* spelling fixes #827Will Stamper2014-06-12
* Introduce nvim namespace: Fix unit tests.Eliseo Martínez2014-05-15
* implemented FileInfo structStefan Hoffmann2014-05-09
* test: no longer define ad-hoc C headersNicolas Hillegeer2014-04-28
* port vim_mkdir, mch_rmdir and mch_remove to libuvStefan Hoffmann2014-04-11
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Use stdbool in os moduleHinidu2014-04-07
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* move filewritable() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* Delete os_delay unit test.Thomas Wienecke2014-04-02
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* fix mch_delay() unittestStefan Hoffmann2014-03-25