Commit 0a430b9a authored by cjihrig's avatar cjihrig Committed by Julien Gilli
Browse files

test: backport use executable in spawn() test

Backport 10703774

 from the v0.12 branch.

Currently, the test-child-process-spawn-typeerror.js is
calling execFile() on a JavaScript source file, which is
causing failures on Windows. This commit switches to calling
spawn() on an actual executable.

Fixes #8930.

Signed-off-by: default avatarJulien Gilli <julien.gilli@joyent.com>
parent 31051e5c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment