2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

[master] missing 'use' caused test failure

This commit is contained in:
Evan Hunt
2015-07-21 13:49:54 -07:00
parent fc39b6a961
commit a3b21effd7

View File

@@ -27,7 +27,7 @@ else
echo "I:JSON tests require JSON library; skipping" >&2 echo "I:JSON tests require JSON library; skipping" >&2
fi fi
if $PERL -e 'XML::Simple;' 2>/dev/null if $PERL -e 'use XML::Simple;' 2>/dev/null
then then
PERL_XML=1 PERL_XML=1
else else