test: add test-spawn-cmd-named-pipe
authorAlexis Campailla <alexis@janeasystems.com>
Wed, 9 Sep 2015 13:19:24 +0000 (15:19 +0200)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Sun, 20 Sep 2015 17:31:26 +0000 (10:31 -0700)
commitfa08d1d8a157d84db2834c018294ca2fc6996b1f
tree002be5353a14a156b6708a2e392e974c5d05ad8d
parentd4cd5ac40796d2ab8bd70ee43ccbc96d21daed10
test: add test-spawn-cmd-named-pipe

Adding a Windows test to verify that a node process spawned via
cmd with named pipes can access its stdio streams.

Ref: https://github.com/nodejs/node-v0.x-archive/issues/7345

PR-URL: https://github.com/nodejs/node/pull/2770
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com>
test/parallel/test-spawn-cmd-named-pipe.js [new file with mode: 0644]