Because the test needs ldns-testns to bind to 127.0.0.2 which MacOS cannot.
fi
is_freebsd=$(uname -s 2>&1 | grep -i -c 'freebsd')
+is_macos=$(uname -s 2>&1 | grep -i -c 'darwin')
test_tool_avail "dig"
echo start the test at "$(date)" in "$(pwd)"
$TPKG -a ../.. fake 02-lint.tpkg
fi
+# Test needs to bind to 127.0.0.2 which doesn't work on MacOS
+if [[ "$is_macos" -ne 0 ]]; then
+ $TPKG -a ../.. fake 21-match-response-with-query.tpkg
+fi
+
$TPKG -a ../.. fake 07-compile-examples.tpkg
$TPKG -a ../.. fake 16-compile-builddir.tpkg
$TPKG -a ../.. fake 30-load-pyldns.tpkg