Skip to content

test: fix child-process-uid-gid on Windows

Rodrigo Muino Tomonari requested to merge fix-8864-win into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

The process.getuid method does not exist on this platform.

Ref: https://github.com/nodejs/node/pull/8864

Merge request reports

Loading