+15 May 2024: Yorgos
+ - Add missing common functions to tdir tests.
+
10 May 2024: Wouter
- Fix when the mesh jostle is exceeded that nameserver targets are
marked as resolved, so that the lookup is not stuck on the
# use .tpkg.var.test for in test variable passing
[ -f .tpkg.var.test ] && source .tpkg.var.test
+. ../common.sh
PRE="../.."
if uname | grep "MINGW" >/dev/null; then
# use .tpkg.var.test for in test variable passing
[ -f .tpkg.var.test ] && source .tpkg.var.test
+. ../common.sh
+
# only do this test if the network is up.
if dig @k.root-servers.net . SOA 2>&1 | grep NOERROR ; then
:
# use .tpkg.var.test for in test variable passing
[ -f .tpkg.var.test ] && source .tpkg.var.test
+. ../common.sh
+
# dig 9 ?
digv=`dig -v 2>&1 | wc -l`
if test $digv -ne 1; then