diff --git a/bin/tests/system/statschannel/tests.sh b/bin/tests/system/statschannel/tests.sh index c1291d85a1..1b7554222d 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