Avoid network connections in tests

This commit is contained in:
Pierre Pronchery 2017-10-23 03:39:15 +02:00
parent a04a1b5cdb
commit 2e687c74ce
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -34,7 +34,7 @@ DEBUG="_debug"
FIND="find"
SORT="sort -n"
TR="tr"
XMLLINT="xmllint"
XMLLINT="xmllint --nonet"
#functions