Changes:
56794e4b0c/NEWS
Cherrypicked fix to address compatibility issue with OpenBSD.
OK sthen@
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
$OpenBSD: patch-tests_common_sh,v 1.5 2020/07/18 20:27:52 bket Exp $
|
|
|
|
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"
|