]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commitdiff
tests: fix error message about missing ocserv
authorLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 19 Aug 2021 14:33:27 +0000 (15:33 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 19 Aug 2021 14:33:33 +0000 (15:33 +0100)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
tests/common.sh

index 315ce0f0186d3d5b87e923b6362e6064c4a891bb..5fbe882c50d40d7016e150bccc9610b6f16e095b 100644 (file)
@@ -30,7 +30,7 @@ if test -z "${OPENCONNECT}" || ! test -x ${OPENCONNECT};then
 fi
 
 if test -z "${OCSERV}" || ! test -x ${OCSERV};then
-       echo "You need openconnect to run this test"
+       echo "You need ocserv to run this test"
        exit 1
 fi