diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-08 14:55:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-08 14:55:14 +0000 |
commit | 9dee2ec20e840a05445646f2e4b1c7137700a97e (patch) | |
tree | 6a224e0223d644e6abffa7716f5d39c84c01c734 /t | |
parent | d2b0ac88a7c0c0b60a5c6e42e0024dc0b1ad3b87 (diff) | |
download | ikiwiki-9dee2ec20e840a05445646f2e4b1c7137700a97e.tar ikiwiki-9dee2ec20e840a05445646f2e4b1c7137700a97e.tar.gz |
* Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
case-sensative filesystems like OSX.
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 1e6b04747..2462464ef 100755 --- 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`; |