diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 22:27:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 22:28:18 -0400 |
commit | 6154dd03cb9f46f58c04f91c12ac9e42c696dbbb (patch) | |
tree | 97cd78405cd535d4ef976e4241cff5f145d3d7d7 /t | |
parent | 14cd75746a2c73b50548b6fdb3583d536b6ef9bd (diff) | |
download | ikiwiki-6154dd03cb9f46f58c04f91c12ac9e42c696dbbb.tar ikiwiki-6154dd03cb9f46f58c04f91c12ac9e42c696dbbb.tar.gz |
finish with rcs plugin conversion
Diffstat (limited to '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 01346a338..694bb01df 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 IkiWiki/Rcs/monotone.pm | grep -v IkiWiki/Plugin/external.pm | grep -v IkiWiki/Plugin/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`; plan(tests => (@progs + @libs)); |