Fixed warning in Engine::CGI when PATH_INFO is undef
[catagits/Catalyst-Runtime.git] / t / optional_apache-fastcgi.pl
index 759febd..9f34939 100755 (executable)
@@ -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/fastcgi';
+$ENV{CATALYST_SERVER} = 'http://localhost:8529/noslash';
 
 Apache::TestRun->new->run(@ARGV);