aboutsummaryrefslogtreecommitdiffstats
path: root/t.validate-xhtml
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-06-23 10:16:32 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-05 13:08:43 +0200
commita4240b8eb85c16109d2bb929535845272a195d7c (patch)
tree66e9a66d83b611004233dbf80d055b1995f24bc2 /t.validate-xhtml
parentc58fae843fbcbd3c1040a7fbc2196fbc758cc186 (diff)
downloadfetchmail-a4240b8eb85c16109d2bb929535845272a195d7c.tar.gz
fetchmail-a4240b8eb85c16109d2bb929535845272a195d7c.tar.bz2
fetchmail-a4240b8eb85c16109d2bb929535845272a195d7c.zip
Add --nonet to xmllint throughout.
Diffstat (limited to 't.validate-xhtml')
-rwxr-xr-xt.validate-xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/t.validate-xhtml b/t.validate-xhtml
index 8eeafcc6..ea3eede4 100755
--- a/t.validate-xhtml
+++ b/t.validate-xhtml
@@ -20,7 +20,7 @@ for i in "${srcdir}"/*.html ; do
*/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}."