X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional%2Fapache-cgi.pl;h=0eac65ccebc92a58bec6172ef9489954b0ae0d7a;hb=dd3af04e6dadbbf97e83d8ad219556c6bfd774fc;hp=3c0a4de30eae96a3201a4e5c7a4381528de81798;hpb=58f5682a9e1df884fc01ec9e180d225506fc60ff;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional/apache-cgi.pl b/t/optional/apache-cgi.pl index 3c0a4de..0eac65c 100755 --- a/t/optional/apache-cgi.pl +++ b/t/optional/apache-cgi.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 . '/cgi'; +$ENV{CATALYST_SERVER} = 'http://localhost:8529/cgi'; Apache::TestRun->new->run(@ARGV);