bind9/bin
Michal Nowak 49cb896929
Fix statistics system test on Oracle Linux 7
The statistics system test fails on Oracle Linux 7 when libxml2, Curl,
and xsltproc are present:

    I:statistics:checking bind9.xsl vs xml (17)
    diff: curl.out.17.xsl: No such file or directory
    tests.sh: line 183: curl.out.17.xml: No such file or directory
    cp: cannot stat 'curl.out.17.xml': No such file or directory
    grep: xsltproc.out.17: No such file or directory

This is because the Oracle Linux 7 Curl does not know about the
--http1.1 option and silently fails with:

    + /usr/bin/curl --http1.1 http://10.53.0.3:7252
    curl: option --http1.1: is unknown
    curl: try 'curl --help' or 'curl --manual' for more information

The following test "checking bind9.xml socket statistics" then needs to
check for existence of stats.xml.out file which is artifact of the
previous test.
2022-06-14 09:38:07 +02:00
..
check Remove remaining checks for rbt64 2022-05-03 00:41:42 +01:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
delv Add hyperlinks to dig/mdig/delv +options 2022-04-26 12:43:13 +02:00
dig Remove unneded NULL-checking 2022-06-07 09:51:47 +00:00
dnssec Set default number of additional NSEC3 iterations to 0 in dnssec-signzone 2022-06-14 08:30:32 +02:00
named Convert some catz error messages from ISC_LOG_INFO to ISC_LOG_WARNING 2022-06-09 10:45:10 +00:00
nsupdate Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
plugins Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
rndc Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
tests Fix statistics system test on Oracle Linux 7 2022-06-14 09:38:07 +02:00
tools Shrink decompression contexts 2022-06-01 13:00:40 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00