bind9/bin
Aram Sargsyan 35988748f3 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.
2022-12-21 13:52:22 +00:00
..
check Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
confgen Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
delv Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
dig Use Stream DNS in dig for DNS over TCP 2022-12-20 22:13:52 +02:00
dnssec Extend dns_db_allrdatasets to control interation results 2022-12-07 22:20:02 +00:00
named Change the isc_buffer_reserve() to take just buffer pointer 2022-12-20 19:13:48 +01:00
nsupdate Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
plugins Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
rndc Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
tests Fix DiG "timed out" message check in "legacy" system test 2022-12-21 13:52:22 +00:00
tools Change the isc_buffer_reserve() to take just buffer pointer 2022-12-20 19:13:48 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00