diff options
author | intrigeri <intrigeri@boum.org> | 2008-10-18 16:22:37 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-10-18 16:22:37 +0200 |
commit | a021d97d30a646611457f1a22ed698e5bf90d4fc (patch) | |
tree | df9cee67ac170db43254f7f19449e082cc7d78e8 /t/syntax.t | |
parent | d0c4d5061d6b85cbd0e4bdef5087c467f7c2bfff (diff) | |
download | ikiwiki-a021d97d30a646611457f1a22ed698e5bf90d4fc.tar ikiwiki-a021d97d30a646611457f1a22ed698e5bf90d4fc.tar.gz |
syntax.t: skip po since it uses a perl module not in build deps
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 't/syntax.t')
-rwxr-xr-x | t/syntax.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/syntax.t b/t/syntax.t index d09d17f7f..8c96d1d84 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -6,7 +6,7 @@ use Test::More; my @progs="ikiwiki.in"; my @libs="IkiWiki.pm"; # monotone, external, amazon_s3 skipped since they need perl modules -push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v monotone.pm | grep -v external.pm | grep -v amazon_s3.pm`; +push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v monotone.pm | grep -v external.pm | grep -v amazon_s3.pm | grep -v po.pm`; push @libs, 'IkiWiki/Plugin/skeleton.pm.example'; plan(tests => (@progs + @libs)); |