aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/os_unix.moon2
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