From: David Woodhouse Date: Wed, 7 Apr 2021 14:35:20 +0000 (+0100) Subject: Fix test paths for out-of-tree builds X-Git-Tag: v8.20~313 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d8053367068d2378c10c4ed51ab4a0c90295f89e;p=users%2Fdwmw2%2Fopenconnect.git Fix test paths for out-of-tree builds Signed-off-by: David Woodhouse --- diff --git a/tests/f5-auth-and-config b/tests/f5-auth-and-config index fb900cc5..d6918305 100755 --- a/tests/f5-auth-and-config +++ b/tests/f5-auth-and-config @@ -30,7 +30,7 @@ KEY=$certdir/server-key.pem echo "Testing F5 auth against fake server ... " -OCSERV=./fake-f5-server.py +OCSERV=${srcdir}/fake-f5-server.py launch_simple_sr_server $ADDRESS 443 $CERT $KEY > /dev/null 2>&1 PID=$! wait_server $PID 1 diff --git a/tests/fortinet-auth-and-config b/tests/fortinet-auth-and-config index 79b86e6f..1981171e 100755 --- a/tests/fortinet-auth-and-config +++ b/tests/fortinet-auth-and-config @@ -30,7 +30,7 @@ KEY=$certdir/server-key.pem echo "Testing Fortinet auth against fake server ... " -OCSERV=./fake-fortinet-server.py +OCSERV=${srcdir}/fake-fortinet-server.py launch_simple_sr_server $ADDRESS 443 $CERT $KEY > /dev/null 2>&1 PID=$! wait_server $PID 1