Skip to content

test: Verify the shell option works properly on execFile

Useful for executing in a shell because it accepts arguments as an array instead of a string as exec does. Depending on the circumstances, that can prove to be useful if the arguments are already prepared.

This are test for this https://github.com/nodejs/node/issues/18199 documented here https://github.com/nodejs/node/pull/18237

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading