]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing ARPANAME definition
authorMark Andrews <marka@isc.org>
Tue, 6 Nov 2012 04:29:01 +0000 (15:29 +1100)
committerMark Andrews <marka@isc.org>
Tue, 6 Nov 2012 04:29:01 +0000 (15:29 +1100)
bin/tests/system/conf.sh.in

index c9a2fb26067858d8f5c7a9713d7079bb049b2249..4da8d38bb543103b61e37de16b68614c820a5a65 100644 (file)
@@ -50,6 +50,7 @@ PK11LIST="$TOP/bin/pkcs11/pkcs11-list -s ${SLOT:-0} -p 1234"
 PK11DEL="$TOP/bin/pkcs11/pkcs11-destroy -s ${SLOT:-0} -p 1234"
 JOURNALPRINT=$TOP/bin/tools/named-journalprint
 VERIFY=$TOP/bin/dnssec/dnssec-verify
+ARPANAME=$TOP/bin/tools/arpaname
 
 # The "stress" test is not run by default since it creates enough
 # load on the machine to make it unusable to other users.
@@ -79,4 +80,4 @@ fi
 
 export NAMED LWRESD DIG NSUPDATE KEYGEN KEYFRLAB SIGNER KEYSIGNER KEYSETTOOL \
        PERL SUBDIRS RNDC CHECKZONE PK11GEN PK11LIST PK11DEL TESTSOCK6 \
-       JOURNALPRINT
+       JOURNALPRINT ARPANAME