emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.91k stars 3.32k forks source link

Fix test_unistd_access. NFC #23011

Closed sbc100 closed 1 week ago

sbc100 commented 1 week ago

This test was not correctly verifying the file access modes after chmod/lchmod. Fixing the checks required disabling the lchmod test since that simply doesn't work under node (or on linux).