X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional_apache-fastcgi.pl;h=759febd8af91501e141d8f9653d74f7ba21b478e;hb=7a7d7af5e9a6ba3cd59dab7995114c10216143f3;hp=9f349397f06440618aee98abb14d2f006ab3a857;hpb=e701c5c61735b6aae5332b16522bbc800a626896;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional_apache-fastcgi.pl b/t/optional_apache-fastcgi.pl index 9f34939..759febd 100755 --- a/t/optional_apache-fastcgi.pl +++ b/t/optional_apache-fastcgi.pl @@ -31,7 +31,7 @@ File::Copy::Recursive::dircopy( 't/lib', 't/tmp/TestApp/lib' ); # remove TestApp's tests so Apache::Test doesn't try to run them rmtree 't/tmp/TestApp/t'; -$ENV{CATALYST_SERVER} = 'http://localhost:8529/noslash'; +$ENV{CATALYST_SERVER} = 'http://localhost:8529/fastcgi'; Apache::TestRun->new->run(@ARGV);