syntax.t: skip po since it uses a perl module not in build deps

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2008-10-18 16:22:37 +02:00
parent d0c4d5061d
commit a021d97d30
1 changed files with 1 additions and 1 deletions

View File

@ -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));