[master] check for Net::DNS

4113.	[test]		Check for Net::DNS is some system test
			prerequisites. [RT #39369]
This commit is contained in:
Evan Hunt
2015-05-04 12:51:38 -07:00
parent 1c02dd9dd9
commit dc877b38a0
4 changed files with 55 additions and 8 deletions

View File

@@ -20,14 +20,6 @@ SYSTEMTESTTOP=..
status=0
if $PERL -e 'use Net::DNS;' 2>/dev/null
then
:
else
echo "I:This test requires the Net::DNS library." >&2
exit 1
fi
(
$SHELL -c "while true
do $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 |