| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
When testing with 'cmd.exe' of Windows 7, 'spawn cat ENOENT' error has occurred. Since the standard 'cmd.exe' has no 'cat' command, Instead will use the 'type' command
|
cc @nodejs/platform-windows We used to have common.spawnCat which had Windows specific logic to avoid cat, but this was removed in #11953. This is not the only test to use cat, e.g. test/parallel/test-child-process-stdio.js. We do require basic Unix tools on Windows for tests, https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1:
|
Sorry, something went wrong.
|
@richardlau |
Sorry, something went wrong.
|
If I understand the comments correct, this should be closed. @briete thanks for your contribution! If this is closed by mistake, please reopen or leave a comment to ask that this should be reopened. |
Sorry, something went wrong.
|
@BridgeAR I'm sorry. understood. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When testing with 'cmd.exe' of Windows 7,
'spawn cat ENOENT' error has occurred.
Since the standard 'cmd.exe' has no 'cat' command,
Instead will use the 'type' command
Checklist