]> 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:42:37 +0000 (22:42 -0700)
commitc94559480e0ea623fe2d8bfc3ecfe35fd823db06
tree67837c6d98eb8bd3fae5ec98504fb56e7e183854
parent124b3e6f771d9c660e436887bf684a5aaf187456
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