From: Evan Hunt Date: Tue, 21 Jul 2015 20:49:54 +0000 (-0700) Subject: [master] missing 'use' caused test failure X-Git-Tag: v9.11.0a1~638 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a3b21effd7763a6cdf0763e9113bc72b1872e492;p=thirdparty%2Fbind9.git [master] missing 'use' caused test failure --- diff --git a/bin/tests/system/statschannel/tests.sh b/bin/tests/system/statschannel/tests.sh index c1291d85a10..1b7554222db 100644 --- a/bin/tests/system/statschannel/tests.sh +++ b/bin/tests/system/statschannel/tests.sh @@ -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