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:
parent
222a38f169
commit
2ce79c599b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user