fix out of tree builds for ssl test

ssl tests need to find the openssl binary relative to the build,
not the source, directory
This commit is contained in:
Brent Cook 2014-07-10 17:26:22 -05:00
parent 222a38f169
commit 2ce79c599b

View File

@ -1,4 +1,4 @@
#!/bin/sh
set -e
export PATH=$srcdir/../apps:$PATH
export PATH=../apps:$PATH
$srcdir/testssl $srcdir/server.pem $srcdir/server.pem $srcdir/ca.pem