test: check for openssl cli and provide path if it exists
authorJohan Bergström <bugs@bergstroem.nu>
Wed, 4 Mar 2015 01:09:07 +0000 (12:09 +1100)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Thu, 5 Mar 2015 01:31:41 +0000 (10:31 +0900)
commitc7ad320472d69962b48e10e564682f24dd31d1d1
tree77807cb602d412b3c520f2fed1346e5006446cbe
parent71776f90572fcc3c3c79089189bae3661a679b81
test: check for openssl cli and provide path if it exists

the previous version checked if io.js was compiled with openssl support which
isn't really relevant since we're starting a http server. we on the other hand
need an openssl-cli which may or may not exist.

PR-URL: https://github.com/iojs/io.js/pull/1049
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
test/parallel/test-http-curl-chunk-problem.js