diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:35 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:35 +0000 |
commit | 15de2de8449b4f5063f93578ae68aa0bc79a205c (patch) | |
tree | f0a7e3230212205e7ff88a2900de97026940f63c /testcode/do-tests.sh | |
parent | 689b65913bba5320ef50befddf4743c6dafde873 (diff) |
Notes
Diffstat (limited to 'testcode/do-tests.sh')
-rwxr-xr-x | testcode/do-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/do-tests.sh b/testcode/do-tests.sh index e356d4fc312c..dcf93907e388 100755 --- a/testcode/do-tests.sh +++ b/testcode/do-tests.sh @@ -9,7 +9,7 @@ NEED_CURL='06-ianaports.tpkg root_anchor.tpkg' NEED_WHOAMI='07-confroot.tpkg' NEED_IPV6='fwd_ancil.tpkg fwd_tcp_tc6.tpkg stub_udp6.tpkg edns_cache.tpkg' NEED_NOMINGW='tcp_sigpipe.tpkg 07-confroot.tpkg 08-host-lib.tpkg fwd_ancil.tpkg' -NEED_DNSCRYPT_PROXY='dnscrypt_queries.tpkg' +NEED_DNSCRYPT_PROXY='dnscrypt_queries.tpkg dnscrypt_queries_chacha.tpkg' # test if dig and ldns-testns are available. test_tool_avail "dig" |