diff --git a/include/tests_networking b/include/tests_networking index 33e889ce..b2534e4b 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -228,7 +228,7 @@ FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'` fi ;; - DragonFly|FreeBSD|NetBSD) + DragonFly|FreeBSD|MacOS|NetBSD) FIND=`${IFCONFIGBINARY} -l` ;; OpenBSD|Solaris)