From a3b21effd7763a6cdf0763e9113bc72b1872e492 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 21 Jul 2015 13:49:54 -0700 Subject: [PATCH] [master] missing 'use' caused test failure --- bin/tests/system/statschannel/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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