xref: /netbsd-src/external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.pre (revision 91f7d55fb697b5e0475da4718fa34c3a3ebeac85)
1# #-- root_hints.pre --#
2# source the master var file when it's there
3[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
4# use .tpkg.var.test for in test variable passing
5[ -f .tpkg.var.test ] && source .tpkg.var.test
6
7# dig 9 ?
8digv=`dig -v 2>&1 | wc -l`
9if test $digv -ne 1; then
10	skip_test "Dig too old. skip test"
11fi
12