12 lines
319 B
Text
12 lines
319 B
Text
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"
|