test: add common.rootDir by cjihrig · Pull Request #7685 · nodejs/node

@mscdex added test

Issues and PRs related to the tests.

child_process

Issues and PRs related to the child_process subsystem.

labels

Jul 12, 2016

@cjihrig

A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

PR-URL: nodejs#7685
Reviewed-By: Roman Reiss <me@silverwind.io>

evanlucas pushed a commit that referenced this pull request

Jul 18, 2016
A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

PR-URL: #7685
Reviewed-By: Roman Reiss <me@silverwind.io>

evanlucas pushed a commit that referenced this pull request

Jul 20, 2016
A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

PR-URL: #7685
Reviewed-By: Roman Reiss <me@silverwind.io>

MylesBorins pushed a commit that referenced this pull request

Sep 30, 2016
A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

PR-URL: #7685
Reviewed-By: Roman Reiss <me@silverwind.io>

rvagg pushed a commit that referenced this pull request

Oct 18, 2016
A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

PR-URL: #7685
Reviewed-By: Roman Reiss <me@silverwind.io>

MylesBorins pushed a commit that referenced this pull request

Oct 26, 2016
A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

PR-URL: #7685
Reviewed-By: Roman Reiss <me@silverwind.io>