Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use lfs.currentdir() to fix symlink test fail. | Rich Churcher | 2015-04-01 |
| | |||
* | Merge pull request #1965 from jszakmeister/fix-fs-spec-test-for-freebsd | John Szakmeister | 2015-02-11 |
|\ | | | | | Fix an fs_spec test under FreeBSD and a symlinked home directory. | ||
| * | Fix an fs_spec test under FreeBSD and a symlinked home directory. | John Szakmeister | 2015-02-09 |
| | | | | | | | | | | | | | | | | | | | | It turns out the FreeBSD 10 VM has a symlink for the home directory to /usr/home. Unfortunately, this breaks the test as arg[0] may not have the symlink resolved, but the path returned from the exe() call will. As a result, the comparison fails, even though the result is correct. Let's fix this by running the absolute path through exe() too, and then comparing the results. | ||
* | | Get rid of a bashism in the fs_spec test. #1964 | John Szakmeister | 2015-02-09 |
|/ | | | | | FreeBSD doesn't use bash by default, causing the group id to be print out in the middle of the test. | ||
* | test/os/fs: fix call to lfs.attributes | Nicolas Hillegeer | 2015-01-16 |
| | | | | | | | | The second argument to lfs.attributes() serves only to select a specific part of the normally returned table. It's not a file open flag (e.g.: as for fopen() in C). Also made the (n)eq checks a bit more idiomatic. Fixes #1831 | ||
* | update os_can_exe unit test | Scott Prager | 2014-09-17 |
| | |||
* | vim-patch:7.4.235 | Scott Prager | 2014-09-17 |
| | | | | | | | Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function. https://code.google.com/p/vim/source/detail?r=5ab2946f7ce560985830fbc3c453bb0f7a01f385 | ||
* | unit tests: avoid global scope; add missing cimports | Justin M. Keyes | 2014-09-11 |
| | | | | temporarily comment out call to vim_deltempdir() to avoid segfault | ||
* | fileid: rename os_file_id_equal_file_info | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileid: rename os_file_id_equal | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileid: rename os_get_file_id | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: rename os_file_info_get_inode | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: rename os_file_info_get_id | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: rename os_file_info_id_equal | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: rename os_get_file_info{,_link,_fd} | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: implement os_fileinfo_blocksize | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: implement os_fileinfo_hardlinks | Stefan Hoffmann | 2014-08-31 |
| | |||
* | fileinfo: implement os_fileinfo_size | Stefan Hoffmann | 2014-08-31 |
| | | | | this replaces os_get_file_size and file_info.stat.st_size | ||
* | unittest: Move FileInfo tests one level up | Stefan Hoffmann | 2014-08-31 |
| | |||
* | unittest: convert fs_spec.moon to lua | Thiago de Arruda | 2014-08-31 |