[v9_11] simplify prereq checks by using feature-test.c

4498.	[test]		Simplify prerequisite checks in system tests.
			[RT #43516]

(cherry picked from commit 5480a74b70)
This commit is contained in:
Evan Hunt
2016-10-31 17:47:42 -07:00
parent 83baacd8ff
commit 45fd95544c
81 changed files with 363 additions and 3651 deletions

View File

@@ -510,7 +510,7 @@ grep ';1\.0\.0\.127\.in-addr\.arpa\..*IN.*PTR$' dig.out.3.${n} > /dev/null || re
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
edns=`$EDNSVERSION`
edns=`$FEATURETEST --edns-version`
n=`expr $n + 1`
echo "I:check that EDNS version is logged (${n})"