moved
Hans Dieter Pearcey [Sun, 26 Apr 2009 19:52:52 +0000 (19:52 +0000)]
t/cgibin.t

index 0ec5e96..6e71007 100644 (file)
@@ -50,7 +50,7 @@ $response = request POST '/cgihandler/mtfnpy', [
 is($response->content, 'foo:bar bar:baz',
     'POST to Perl CGI File through a forward via cgi_action');
 
-$response = request '/cgi-bin/path/testdata.pl';
+$response = request '/my-bin/path/testdata.pl';
 is($response->content, "testing\n",
     'scripts with __DATA__ sections work');