Skip to content

test: allow for absent nobody user in setuid test

Rodrigo Muino Tomonari requested to merge github/fork/Trott/more-forgiving into master

Some isolated build or test VMs don't have a "nobody" user, causing the parallel/test-process-setuid-setgid test to fail. Add logic to allow for that situation.

Fixes: https://github.com/nodejs/node/issues/13071

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test process

Merge request reports

Loading