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

4498.	[test]		Simplify prerequisite checks in system tests.
			[RT #43516]
This commit is contained in:
Evan Hunt
2016-10-31 16:53:37 -07:00
parent ace79092b3
commit 5480a74b70
81 changed files with 165 additions and 3657 deletions

View File

@@ -35,7 +35,7 @@ grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1
if [ $ret != 0 ] ; then echo I:failed; status=`expr $status + $ret`; fi
VERSION=`../../../../isc-config.sh --version | cut -d = -f 2`
HOSTNAME=`$GETHOSTNAME`
HOSTNAME=`$FEATURETEST --gethostname`
n=`expr $n + 1`
ret=0