]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add missing common functions to tdir tests.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 15 May 2024 09:20:36 +0000 (11:20 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 15 May 2024 09:20:36 +0000 (11:20 +0200)
doc/Changelog
testdata/07-confroot.tdir/07-confroot.pre
testdata/root_anchor.tdir/root_anchor.pre
testdata/root_hints.tdir/root_hints.pre

index 7dcd3d4919eb3654307a28fd38fa763dd20fa4c7..a090c134260902c81df2ed4d2c93746c4a372b13 100644 (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
index 4f966bddd0e5b6b5c9d9d3c1a6a4098df1b5c64a..e085bf2f3e996ff841559ff913dfc427e7482c87 100644 (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
index 0357646cdd5a12e4a37444a4e8d6cebb6eafb695..0123eaabe1ad7d16862d9c48f5ee24125cac09c6 100644 (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
        :
index a756693121ab9838b2a8800f1c55c3c924cb18d5..fe0096faeb79e5c0e8056de241a654c21f865f7f 100644 (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