]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/template_syntax.t
changelog, close bugs
[ikiwiki.git] / t / template_syntax.t
index 1e156eed897890f1e856eb25606ba8057f169975..e3d1feca9ef3d3791ba7e93cf6bad2faf9abecc7 100755 (executable)
@@ -3,7 +3,7 @@ use warnings;
 use strict;
 use Test::More;
 
-my @templates=glob("templates/*.tmpl"), glob("doc/templates/*.mdwn");
+my @templates=(glob("templates/*.tmpl"), glob("doc/templates/*.mdwn"));
 plan(tests => 2*@templates);
 
 use HTML::Template;