Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
web commit by JamesWestby: Add a bug and patch for 404 when cancelling the creation...
[git.ikiwiki.info.git]
/
t
/
syntax.t
diff --git
a/t/syntax.t
b/t/syntax.t
index 1e6b047478a5e9bd2ba06774893f346d3204b2dd..2462464ef26c3811e7e85a17068656082f25fe81 100755
(executable)
--- a/
t/syntax.t
+++ b/
t/syntax.t
@@
-3,7
+3,7
@@
use warnings;
use strict;
use Test;
-my @progs="ikiwiki";
+my @progs="ikiwiki
.pl
";
my @libs="IkiWiki.pm";
push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm`;