From 2e687c74ce6c1a555a2acea5f7f30b3e486e40a7 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 23 Oct 2017 03:39:15 +0200 Subject: [PATCH] Avoid network connections in tests --- doc/scripts/htmllint.sh | 2 +- doc/scripts/xmllint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/scripts/htmllint.sh b/doc/scripts/htmllint.sh index df4a4dd..24e7ebe 100755 --- a/doc/scripts/htmllint.sh +++ b/doc/scripts/htmllint.sh @@ -32,7 +32,7 @@ PROJECTCONF="../project.conf" DATE="date" DEBUG="_debug" FIND="find" -HTMLLINT="xmllint --html" +HTMLLINT="xmllint --html --nonet" SORT="sort -n" TR="tr" diff --git a/doc/scripts/xmllint.sh b/doc/scripts/xmllint.sh index 70638f5..2b197ba 100755 --- a/doc/scripts/xmllint.sh +++ b/doc/scripts/xmllint.sh @@ -34,7 +34,7 @@ DEBUG="_debug" FIND="find" SORT="sort -n" TR="tr" -XMLLINT="xmllint" +XMLLINT="xmllint --nonet" #functions