]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Skip good-dot-*.conf when libnghttp2 is not available
authorMark Andrews <marka@isc.org>
Tue, 24 Aug 2021 04:06:48 +0000 (14:06 +1000)
committerMark Andrews <marka@isc.org>
Wed, 25 Aug 2021 00:14:50 +0000 (00:14 +0000)
bin/tests/system/checkconf/tests.sh

index 10e829ac175136b8394078021200c5691dcec404..afb4a3468841695969fd72d337433bf0cb60493c 100644 (file)
@@ -78,7 +78,8 @@ do
        if ! $FEATURETEST --with-libnghttp2
        then
                case $good in
-               good-doh-*.conf) continue;
+               good-doh-*.conf) continue;;
+               good-dot-*.conf) continue;;
                esac
        fi
        $CHECKCONF $good > checkconf.out$n 2>&1