mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
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"
|