X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7c032d14659cc57cecb529e9d22177844dd71dc0..c5e2bfbadb76e939a8ba0949ea1098e74ac68113:/t/syntax.t diff --git a/t/syntax.t b/t/syntax.t index 38c5a82c4..7e0cfbd2d 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -5,8 +5,8 @@ use Test::More; my @progs="ikiwiki.in"; my @libs="IkiWiki.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`; +# monotone and external skipped since they need a perl modules +push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v IkiWiki/Rcs/monotone.pm | grep -v IkiWiki/Plugin/external.pm`; plan(tests => (@progs + @libs));