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