It looks like this test should only run on macOS, but it's causing failures for me on Ubuntu Linux 18.04. Deleting these lines fixed the build for me.
|
if platform.OS ~= "macOS" then |
|
--TODO |
|
lu.assertEquals(fs.path('temp2.txt'):permissions() & USER_WRITE, 0) |
|
end |
Info from the end of my build:
OS: Linux
Arch: x86_64
Compiler: GCC 7.5.0
CRT: libstdc++ 20191114 glibc 2.27
DEBUG: false
It looks like this test should only run on macOS, but it's causing failures for me on Ubuntu Linux 18.04. Deleting these lines fixed the build for me.
bee.lua/test/test_filesystem.lua
Lines 571 to 574 in 5819270
Info from the end of my build:
OS: Linux
Arch: x86_64
Compiler: GCC 7.5.0
CRT: libstdc++ 20191114 glibc 2.27
DEBUG: false