]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- wdiff is not actually required by make test, updated requirements.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Jul 2010 13:34:01 +0000 (13:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Jul 2010 13:34:01 +0000 (13:34 +0000)
git-svn-id: file:///svn/unbound/trunk@2176 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/README.tests
testcode/do-tests.sh

index 9ee1cdb57ca28c72d2b62ac7761a90e7d24d6548..6036d738ac5ec42c9a4579ecaa8520520685cea9 100644 (file)
@@ -3,6 +3,7 @@
          at verbosity 4, to enable diagnosis why no queries to 127.0.0.1.
        - added feature to print configure date, target and options with -h.
        - added feature to print event backend system details with -h.
+       - wdiff is not actually required by make test, updated requirements.
 
 1 July 2010: Wouter
        - Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex
index 1279d755b0f3aa2e6726b629927b1a54d4538797..3999558978d232d6eb505a68bbde3f4eb7545e41 100644 (file)
@@ -6,10 +6,9 @@ To make and run the tests. The results are summarized at the end.
 
 You need to have the following programs installed and in your PATH.
 * dig - from the bind-tools package. Used to send DNS queries.
-* wdiff - used for word-by-word comparisons.
 * splint (optional) - for lint test
 * doxygen (optional) - for doc completeness test
-* ldns-testns (optional) - from ldns examples. Used as DNS auth server.
+* ldns-testns - from ldns examples. Used as DNS auth server.
 * xxd and nc (optional) - for (malformed) packet transmission.
 The optional programs are detected and can be omitted.
 
index 2cfd8ea0c255f27a5f18ab55cf7dc449133290b9..aceb5efc3fb65170800d391a8b21efbdc4ad58df 100755 (executable)
@@ -10,9 +10,8 @@ NEED_WHOAMI='07-confroot.tpkg'
 NEED_IPV6='fwd_ancil.tpkg fwd_tcp_tc6.tpkg stub_udp6.tpkg'
 NEED_NOMINGW='tcp_sigpipe.tpkg 07-confroot.tpkg 08-host-lib.tpkg fwd_ancil.tpkg'
 
-# test if dig, wdiff and ldns-testns are available.
+# test if dig and ldns-testns are available.
 if test ! -x "`which dig 2>&1`"; then echo No 'dig' in path; exit 1; fi
-if test ! -x "`which wdiff 2>&1`"; then echo No 'wdiff' in path; exit 1; fi
 if test ! -x "`which ldns-testns 2>&1`"; then echo No 'ldns-testns' in path; exit 1; fi
 
 # test for ipv6, uses streamptcp peculiarity.