]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Include conf.sh from all prereq.sh scripts
authorMichał Kępień <michal@isc.org>
Thu, 12 Jul 2018 11:35:10 +0000 (13:35 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 13 Jul 2018 06:22:12 +0000 (08:22 +0200)
Every prereq.sh script must include bin/tests/system/conf.sh, otherwise
if some prerequisite is not met, errors about echo_i not being found
will be printed instead of actual error messages.

bin/tests/system/ixfr/prereq.sh
bin/tests/system/statistics/prereq.sh
bin/tests/system/statschannel/prereq.sh
bin/tests/system/upforwd/prereq.sh
bin/tests/system/xfer/prereq.sh

index affe54bfcfc2d3f248f9417b3ee2cb7d6f8cb95a..0e299f4db8fbc512f049d3567eabc62fd4c1cfc1 100644 (file)
@@ -9,6 +9,9 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
+SYSTEMTESTTOP=..
+. $SYSTEMTESTTOP/conf.sh
+
 if $PERL -e 'use Net::DNS;' 2>/dev/null
 then
     :
index 9bca4f871d3e51299645474e3a4f09b9e7d8f8a7..ec3fefe08aaaf6ce617de52f1e464e05d593b5fe 100644 (file)
@@ -9,6 +9,9 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
+SYSTEMTESTTOP=..
+. $SYSTEMTESTTOP/conf.sh
+
 if $PERL -e 'use Net::DNS;' 2>/dev/null
 then
     if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.76 && $Net::DNS::VERSION <= 0.77);' 2>/dev/null
index ef052f5580133b12ced65f88feaaaed2b2b4a902..f3d4fd17a62724669190dbc06cc64efb4ba021d1 100644 (file)
@@ -9,6 +9,9 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
+SYSTEMTESTTOP=..
+. $SYSTEMTESTTOP/conf.sh
+
 fail=0
 
 if $PERL -e 'use File::Fetch;' 2>/dev/null
index affe54bfcfc2d3f248f9417b3ee2cb7d6f8cb95a..0e299f4db8fbc512f049d3567eabc62fd4c1cfc1 100644 (file)
@@ -9,6 +9,9 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
+SYSTEMTESTTOP=..
+. $SYSTEMTESTTOP/conf.sh
+
 if $PERL -e 'use Net::DNS;' 2>/dev/null
 then
     :
index daa3d5d86cc72577634f0326a08e891ff7cd20e0..b8982d610c42229aaf656144e507705459f298c9 100644 (file)
@@ -9,6 +9,9 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
+SYSTEMTESTTOP=..
+. $SYSTEMTESTTOP/conf.sh
+
 if $PERL -e 'use Net::DNS;' 2>/dev/null
 then
     if $PERL -e 'use Net::DNS; die if ($Net::DNS::VERSION >= 0.69 && $Net::DNS::VERSION <= 0.74);' 2>/dev/null