Skip to content

test: add check for root user

Currently this test fails if run as the root user:

Mismatched innerFn function calls. Expected exactly 62, actual 42.

The motivation for this is that when building node in a docker container it is convenient to be able to build as root.

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

Merge request reports

Loading