mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 09:51:49 +08:00
tests: do not skip if /usr/sbin/ip is missing
This is to prevent an accidental skipping of the test. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ eval "${GETPORT}"
|
||||
|
||||
if test -z "${IP}"; then
|
||||
echo "no IP tool is present"
|
||||
exit 77
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! command -v nft >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user