Raku/nqp

`fileexecutable` returns incorrect value in Linux systems (Alpine, Debian) when the user is root.

Closed this issue · 2 comments

JJ commented

Seen initially in this test, in Alpine Linux the fileexecutable function seems to always return True
Captura de pantalla de 2020-08-01 09-48-50
Alpine is used in many test environments, included that one in the ecosystem.

Same problem on Debian but only for user root. So this might not depend on the OS.

JJ commented

This also happens for root. Still a bug, but at least it's got a workaround. I'll rebuild the containers to avoid that. Thanks.