aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os/fs_spec.moon
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/os/fs_spec.moon')
-rw-r--r--test/unit/os/fs_spec.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/os/fs_spec.moon b/test/unit/os/fs_spec.moon
index e63674e2eb..dd787e76cd 100644
--- a/test/unit/os/fs_spec.moon
+++ b/test/unit/os/fs_spec.moon
@@ -188,7 +188,7 @@ describe 'fs function', ->
new_gid = id_fd\read '*n'
id_fd\close!
- -- User can be a member of only one group (e.g., it is on Travis-CI).
+ -- User can be a member of only one group.
-- In that case we can not perform this test.
if new_gid
eq 0, (os_fchown filename, -1, new_gid)