X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcgibin_root.t;h=876fbe76bd85a1362976637a711fe23ce16c9ff0;hb=f410f043b41cc59d08cb1aa015378888c8fe88b7;hp=d112e288ba31388fbb110682270b4dc8fd5926bd;hpb=9cd473644d9076cfc98c97e72731d5492e9ff7e2;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/t/cgibin_root.t b/t/cgibin_root.t index d112e28..876fbe7 100644 --- a/t/cgibin_root.t +++ b/t/cgibin_root.t @@ -11,9 +11,9 @@ use Test::More tests => 1; use Catalyst::Test 'TestCGIBinRoot'; use HTTP::Request::Common; -# test default root of "cgi-bin" +# Test configurable path root and dir -my $response = request POST '/cgi-bin/path/test.pl', [ +my $response = request POST '/cgi/path/test.pl', [ foo => 'bar', bar => 'baz' ];