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:
Nikos Mavrogiannopoulos
2026-06-11 15:40:37 +02:00
parent 826fe0ff30
commit eeef24e520
30 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -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