]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/syntax.t
comment
[ikiwiki.git] / t / syntax.t
index 20396aaae0ebb8bde572ddd35ce0aebcf07c9000..38c5a82c4e111f8c8d5a7baa95a9a50f6d07128d 100755 (executable)
@@ -5,7 +5,8 @@ use Test::More;
 
 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));