]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/syntax.t
* Add a test ensuring that the basewiki is self-contained and has no broken
[ikiwiki.git] / t / syntax.t
index cbbdee62f6f956d8f06f7ea948da1d07d72ebfed..20396aaae0ebb8bde572ddd35ce0aebcf07c9000 100755 (executable)
@@ -3,7 +3,7 @@ use warnings;
 use strict;
 use Test::More;
 
-my @progs="ikiwiki.pl";
+my @progs="ikiwiki.in";
 my @libs="IkiWiki.pm";
 push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm`;