From: Jozsef Kadlecsik Date: Wed, 29 Jul 2026 15:29:06 +0000 (+0200) Subject: tests: restore using sendip when available X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fipset.git tests: restore using sendip when available Signed-off-by: Jozsef Kadlecsik --- diff --git a/tests/runtest.sh b/tests/runtest.sh index 2381754..1b00b7b 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -52,7 +52,7 @@ export LC_ALL export IPSET_TMP="$tmpdir" HAVE_SENDIP=n -[ -z "`which sendip`" ] && HAVE_SENDIP=y +[ -n "`which sendip`" ] && HAVE_SENDIP=y if [ $HAVE_SENDIP = "n" ]; then if python -c 'from scapy.all import ( IPv6 )'; then HAVE_SENDIP=y