test: verify fields in spawn{Sync} errors
authorcjihrig <cjihrig@gmail.com>
Fri, 13 Feb 2015 21:39:24 +0000 (16:39 -0500)
committercjihrig <cjihrig@gmail.com>
Sat, 14 Feb 2015 00:06:36 +0000 (19:06 -0500)
commitd53b636d943df95428d0c6d6700ca2cea6cf87a5
treed91b5a8dbda959c96f17d195e17be237ee83ab4b
parentf0296933f880285f22d41e87951545b9daafd131
test: verify fields in spawn{Sync} errors

This commit validates the properties of ENOENT error objects
returned by spawn() and spawnSync().

PR-URL: https://github.com/iojs/io.js/pull/838
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
test/parallel/test-child-process-spawn-error.js
test/parallel/test-child-process-spawnsync.js