aboutsummaryrefslogtreecommitdiff
path: root/t/syntax.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-09 13:10:08 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-09 13:10:08 -0400
commita09bd3b00f28918a019fd64c969e116ad0df93a6 (patch)
tree99e1b5cec002fcce6b3776d9c357b955e422d8f9 /t/syntax.t
parent4eba3f631b91df2d250fa11c07260e97b7795adf (diff)
downloadikiwiki-a09bd3b00f28918a019fd64c969e116ad0df93a6.tar
ikiwiki-a09bd3b00f28918a019fd64c969e116ad0df93a6.tar.gz
skip amazon_s3 since it uses a perl module not in build deps
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 7e0cfbd2d..01346a338 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 and external skipped since they need a perl modules
-push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v IkiWiki/Rcs/monotone.pm | grep -v IkiWiki/Plugin/external.pm`;
+# monotone, external, amazon_s3 skipped since they need perl modules
+push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v IkiWiki/Rcs/monotone.pm | grep -v IkiWiki/Plugin/external.pm | grep -v IkiWiki/Plugin/amazon_s3.pm`;
plan(tests => (@progs + @libs));