aboutsummaryrefslogtreecommitdiff
path: root/t/syntax.t
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-16 22:39:11 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-16 22:39:11 -0500
commit7ee92cab4095fb22d77a0b0100a472c6901eb519 (patch)
tree805b6bf94c98083bb4fba06665f17b34f55397d5 /t/syntax.t
parent16c56af605f40db843b859c537d42494e33ae4c4 (diff)
downloadikiwiki-7ee92cab4095fb22d77a0b0100a472c6901eb519.tar
ikiwiki-7ee92cab4095fb22d77a0b0100a472c6901eb519.tar.gz
blogspam: New plugin, adding spam filtering for page editing / comment posting using the BlogSpam.net API.
Diffstat (limited to 't/syntax.t')
-rwxr-xr-xt/syntax.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/syntax.t b/t/syntax.t
index d09d17f7f..9d5cbc373 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, 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`;
+# monotone, external, blogspam, 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 blogspam.pm | grep -v amazon_s3.pm`;
push @libs, 'IkiWiki/Plugin/skeleton.pm.example';
plan(tests => (@progs + @libs));