From: Mark Andrews Date: Tue, 24 Aug 2021 04:06:48 +0000 (+1000) Subject: Skip good-dot-*.conf when libnghttp2 is not available X-Git-Tag: v9.17.18~24^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d425ee809788824a9766fe0ed78262877f79a43b;p=thirdparty%2Fbind9.git Skip good-dot-*.conf when libnghttp2 is not available --- diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 10e829ac175..afb4a346884 100644 --- a/bin/tests/system/checkconf/tests.sh +++ b/bin/tests/system/checkconf/tests.sh @@ -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