Skip to content

test: add test for uid/gid setting in spawn

Rodrigo Muino Tomonari requested to merge github/fork/Trott/uidgid into master
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test child_process

Description of change

Remove a disabled test in favor of one that expects an error.

This validates (somewhat) that the underlying code is calling the correct system call for setting UID and GID. Unlike the formerly disabled test, it does not try to validate that the system UID/GID setting works.

Merge request reports

Loading