From d425ee809788824a9766fe0ed78262877f79a43b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 24 Aug 2021 14:06:48 +1000 Subject: [PATCH] Skip good-dot-*.conf when libnghttp2 is not available --- bin/tests/system/checkconf/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 10e829ac17..afb4a34688 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