bind9/bin
Aram Sargsyan 5e57ffbd51 Fix DiG "timed out" message check in "legacy" system test
The test expects a "connection timed out" message from DiG when it
experiences a timeout, while the current version of DiG prints just
a "timed out" message, like below:

    ;; communications error to 10.53.0.1#11314: timed out
    ;; communications error to 10.53.0.1#11314: timed out
    ;; communications error to 10.53.0.1#11314: timed out

    ; <<>> DiG 9.19.9-dev <<>> -p 11314 +tries +time +tcp +tries +time @10.53.0.1 dropedns. TXT
    ; (1 server found)
    ;; global options: +cmd
    ;; no servers could be reached

Change the expected string to match the current DiG output.

Use the '-F' switch for "grep" for matching a fixed string.

(cherry picked from commit 35988748f3)
2022-12-21 14:32:18 +00:00
..
check Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
confgen Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
delv Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
dig Properly initialise local_ndata in isdotlocal in dig 2022-12-14 10:30:16 +11:00
dnssec Extend dns_db_allrdatasets to control interation results 2022-12-07 23:59:36 +00:00
named A couple of RPZ options were not reconfigured as expected 2022-12-16 09:53:01 +00:00
nsupdate Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
plugins Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
rndc Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
tests Fix DiG "timed out" message check in "legacy" system test 2022-12-21 14:32:18 +00:00
tools Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00