X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/52e06ad51e9f029bb5a560ea20ec49f5ab9e751e..b3f2cc414f0239a3b8dbe700cc7cbd2750814dd3:/t/syntax.t diff --git a/t/syntax.t b/t/syntax.t index cbbdee62f..38c5a82c4 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -3,9 +3,10 @@ use warnings; use strict; use Test::More; -my @progs="ikiwiki.pl"; +my @progs="ikiwiki.in"; my @libs="IkiWiki.pm"; -push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm`; +# monotone skipped since it needs a perl module +push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v IkiWiki/Rcs/monotone.pm`; plan(tests => (@progs + @libs));