X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=t%2Fcgibin.t;h=bdb4435c0634d2fd932804493f2793199f359d3e;hp=52fa7fc71ce377917353c862400f762031c3a116;hb=c264816e2877d684b9eed88e29868b6efea3c92c;hpb=0e06d183eac6c88daee2fdaa13b6a683ccb9a0c7 diff --git a/t/cgibin.t b/t/cgibin.t index 52fa7fc..bdb4435 100644 --- a/t/cgibin.t +++ b/t/cgibin.t @@ -11,7 +11,7 @@ use Test::More tests => 4; use Catalyst::Test 'TestCGIBin'; use HTTP::Request::Common; -my $response = request POST '/cgi-bin/test.pl', [ +my $response = request POST '/cgi-bin/path/test.pl', [ foo => 'bar', bar => 'baz' ];