ports/net/ocserv/patches/patch-tests_common_sh

13 lines
319 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: tests/common.sh
--- tests/common.sh.orig
+++ tests/common.sh
@@ -23,7 +23,7 @@
builddir=${builddir:-.}
-OPENCONNECT=${OPENCONNECT:-$(which openconnect)}
+OPENCONNECT=${LOCALBASE}/sbin/openconnect
if test -z "${OPENCONNECT}" || ! test -x ${OPENCONNECT};then
echo "You need openconnect to run this test"