skip amazon_s3 since it uses a perl module not in build deps
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 9 May 2008 17:10:08 +0000 (13:10 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 9 May 2008 17:10:08 +0000 (13:10 -0400)
t/syntax.t

index 7e0cfbd2d68e03efbd063db0987cd181c9786292..01346a33842d256ea6fd6f1d7b390f686ebbd8c7 100755 (executable)
@@ -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));