ciao
ciao copied to clipboard
Uncaught AssertionError: expected '' to equal 'execvp(): No such file or directory\n'
tests failing on 0.10. likely an easy fix as per: http://stackoverflow.com/questions/21992657/node-js-spawned-process-is-generating-error-execvp-no-such-file-or-directo
https://travis-ci.org/missinglink/ciao/jobs/33149370
it ONLY happens for node.js > 10.25 https://travis-ci.org/missinglink/ciao/builds/33511795
I guess it has to do with this commit: https://github.com/joyent/node/commit/ea89fdfec4f7a6ff180149a5eacc3c7d84b87e39#diff-1dea15b19e826b37828eef6c41166ffe
@missinglink I think node core team has slightly changed child process spawn and this file needs to be reviewed in order to fix that test: https://github.com/missinglink/ciao/blob/master/lib/Process.coffee
The test is checking that stderr contains a string, although the process error is a proper process.ENOENT Error now