From 7c032d14659cc57cecb529e9d22177844dd71dc0 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 21 Aug 2007 19:58:14 +0000 Subject: test suite fixes --- t/syntax.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/syntax.t') diff --git a/t/syntax.t b/t/syntax.t index 20396aaae..38c5a82c4 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -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)); -- cgit v1.2.3