a68993d26f
ci / vet, staticcheck, test, build (push) Successful in 1m58s
The Gitea CI runner executes as root, which bypasses filesystem permission checks. The TestLoad_ReadError test creates a mode-0000 file and expects a read error, but root can always read files regardless of mode. Skip the test under root instead of removing it so it still runs in restricted environments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>