From a4240b8eb85c16109d2bb929535845272a195d7c Mon Sep 17 00:00:00 2001
From: Matthias Andree <matthias.andree@gmx.de>
Date: Sun, 23 Jun 2019 10:16:32 +0200
Subject: Add --nonet to xmllint throughout.

---
 t.validate-xhtml10 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 't.validate-xhtml10')

diff --git a/t.validate-xhtml10 b/t.validate-xhtml10
index a7cc9e6b..2d36efdf 100755
--- a/t.validate-xhtml10
+++ b/t.validate-xhtml10
@@ -20,7 +20,7 @@ for i in "${srcdir}"/*.html ; do
 	*/fetchmail-man.html) continue ;;
 	*/Mailbox-Names-UTF7.html) continue ;;
     esac
-    xmllint --postvalid --noout "$i" || { e=1 ; fail="$i${fail:+" "}$fail" ; }
+    xmllint --nonet --postvalid --noout "$i" || { e=1 ; fail="$i${fail:+" "}$fail" ; }
 done
 if [ $e != 0 ] ; then
     echo >&2 ">>>>> Invalid XHTML in files: ${fail}."
-- 
cgit v1.2.3