]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] missing 'use' caused test failure
authorEvan Hunt <each@isc.org>
Tue, 21 Jul 2015 20:49:54 +0000 (13:49 -0700)
committerEvan Hunt <each@isc.org>
Tue, 21 Jul 2015 20:49:54 +0000 (13:49 -0700)
bin/tests/system/statschannel/tests.sh

index c1291d85a10f6fd199580c905b738f2c0f4e07c4..1b7554222db6fffff096f29887e1c29f491c3bbe 100644 (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