X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional%2Fapache-fastcgi.pl;h=a4c2a52df3fb9720e988d803942075ad0ce24b7a;hp=213293b2f0dcef62c15fe7d6961d32fa7974b6ad;hb=dd3af04e6dadbbf97e83d8ad219556c6bfd774fc;hpb=58f5682a9e1df884fc01ec9e180d225506fc60ff diff --git a/t/optional/apache-fastcgi.pl b/t/optional/apache-fastcgi.pl index 213293b..a4c2a52 100755 --- a/t/optional/apache-fastcgi.pl +++ b/t/optional/apache-fastcgi.pl @@ -30,8 +30,7 @@ File::Copy::Recursive::dircopy( 't/live/lib', 't/var/TestApp/lib' ); # remove TestApp's tests so Apache::Test doesn't try to run them rmtree 't/var/TestApp/t'; -my $cfg = Apache::Test::config(); -$ENV{CATALYST_SERVER} = 'http://' . $cfg->hostport . '/fastcgi'; +$ENV{CATALYST_SERVER} = 'http://localhost:8529/fastcgi'; Apache::TestRun->new->run(@ARGV);