From 2ce79c599beb6cb083893ee1052043ff34d9a27e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 10 Jul 2014 17:26:22 -0500 Subject: fix out of tree builds for ssl test ssl tests need to find the openssl binary relative to the build, not the source, directory --- tests/ssltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ssltest.sh b/tests/ssltest.sh index 90701f5..89863ea 100755 --- a/tests/ssltest.sh +++ b/tests/ssltest.sh @@ -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 -- cgit v1.2.3-55-g6feb