- Add missing common functions to tdir tests.

This commit is contained in:
Yorgos Thessalonikefs 2024-05-15 11:20:36 +02:00
parent 7de009f99a
commit 1048c4a28c
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,6 @@
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

View File

@ -4,6 +4,7 @@
# 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

View File

@ -3,6 +3,8 @@
# 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
:

View File

@ -4,6 +4,8 @@
# 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