2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +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
fi
if $PERL -e 'XML::Simple;' 2>/dev/null
if $PERL -e 'use XML::Simple;' 2>/dev/null
then
PERL_XML=1
else