From 9dee2ec20e840a05445646f2e4b1c7137700a97e Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 8 Aug 2006 14:55:14 +0000 Subject: * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on case-sensative filesystems like OSX. --- t/syntax.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/syntax.t') 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`; -- cgit v1.2.3