X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FApp-EzPz.git;a=blobdiff_plain;f=lib%2FApp%2FEzPz%2FWeb.pm;fp=lib%2FApp%2FEzPz%2FWeb.pm;h=26c0051ccc16bb38840916df167014d02fa3c35c;hp=2463657a0db1d59b572ff7930da388bf297e2f9d;hb=3b6386269fd72f3e4d032427090789fee16d2e6a;hpb=0a0e9549e16b04188b7763226208c69f53d78149 diff --git a/lib/App/EzPz/Web.pm b/lib/App/EzPz/Web.pm index 2463657..26c0051 100644 --- a/lib/App/EzPz/Web.pm +++ b/lib/App/EzPz/Web.pm @@ -23,9 +23,9 @@ sub _build_users { sub default_config { ( - htpasswd_file => 'test-config/htpasswd', - ezmlm_bindir => 'test-ezmlm/bin', - list_base_dir => 'test-lists', + htpasswd_file => 'test-setup/lists/htpasswd', + ezmlm_bindir => 'test-setup/ezmlm/bin', + list_base_dir => 'test-setup/lists', ) }