xref: /netbsd-src/external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.pre (revision 91f7d55fb697b5e0475da4718fa34c3a3ebeac85)
1# #-- 07-confroot.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
7PRE="../.."
8
9if uname | grep "MINGW" >/dev/null; then
10	# no chroot, no need to test.
11	# (test fails on / and \ comparisons, by the way).
12	skip_test "no chroot on windows, end test"
13fi
14