diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-03-04 20:50:48 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-05 15:01:19 -0300 |
commit | 8bb672e6a088eb77d98d182bd46551986b52eb49 (patch) | |
tree | 8ac1a7d0ffd2839da23a1a4a01e5a8a7d301d7a3 /test/unit | |
parent | 1e5a6acebd9f4c5fec9f31a9b7863fc90167a648 (diff) | |
download | rneovim-8bb672e6a088eb77d98d182bd46551986b52eb49.tar.gz rneovim-8bb672e6a088eb77d98d182bd46551986b52eb49.tar.bz2 rneovim-8bb672e6a088eb77d98d182bd46551986b52eb49.zip |
Port mch_isdir to libuv.
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/os_unix.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/os_unix.moon b/test/unit/os_unix.moon index 1b4f56b929..abc7656349 100644 --- a/test/unit/os_unix.moon +++ b/test/unit/os_unix.moon @@ -19,7 +19,7 @@ describe 'os_unix function', -> lfs.touch 'unit-test-directory/test.file' -- Since the tests are executed, they are called by an executable. We use - -- that to unit test several functions. + -- that executable for several asserts. export absolute_executable = arg[0] -- Split absolute_executable into a directory and the actual file name and |