test: fix error message check for openssl-1.0.2a
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Thu, 5 Feb 2015 07:16:00 +0000 (16:16 +0900)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Tue, 14 Apr 2015 15:39:14 +0000 (00:39 +0900)
commitdeb9d23d7b6f85f8631cd5fe804eb7e6411d4034
tree2082f31ebb99a0b82c7445bef5cc7489c75ba055
parent92dfb794f9b76f0e25df3f224338d5c3f6e3d212
test: fix error message check for openssl-1.0.2a

openssl-1.0.2a does not include function name of SSL3_GET_CLIENT_HELLO
in the error message

Fixes: https://github.com/iojs/io.js/issues/589
PR-URL: https://github.com/iojs/io.js/pull/1389
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
test/parallel/test-tls-no-sslv3.js