]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix a typo in rpz test
authorEvan Hunt <each@isc.org>
Thu, 29 Oct 2020 01:01:49 +0000 (18:01 -0700)
committerEvan Hunt <each@isc.org>
Thu, 29 Oct 2020 05:38:55 +0000 (22:38 -0700)
commitbc9a1b0b2dd5d1da28d619249e9d16e9181586d0
treed6f376f30ab30656b06b35d4266da648f5a83c84
parentf2a228d2fa80df62b597fb3a9d4fcc96229dab37
fix a typo in rpz test

"tcp-only" was not being tested correctly in the RPZ system test
because the option to the "digcmd" function that causes queries to
be sent via TCP was misspelled in one case, and was being interpreted
as a query name.

the "ckresult" function has also been changed to be case sensitive
for consistency with "digcmd".

(cherry picked from commit 78af071c11d21e2ce18ae2af0b384548c65a47e0)
bin/tests/system/rpz/tests.sh